Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
da8cf391
authored
2020-03-30 19:42:40 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
8627bf65
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletions
src/components/vhis-modal/vhis-modal.scss
src/pages/custom-service/components/insurance-query.scss
src/components/vhis-modal/vhis-modal.scss
View file @
da8cf39
...
...
@@ -376,7 +376,7 @@ $borderRadius:6px;
}
.
comp
:
:-
webkit-scrollbar
{
.
modal
:
:-
webkit-scrollbar
{
display
:
none
;
}
...
...
src/pages/custom-service/components/insurance-query.scss
View file @
da8cf39
...
...
@@ -188,3 +188,19 @@
.container
{
-ms-overflow-style
:
none
;
}
.
list-container
:
:-
webkit-scrollbar
{
display
:
none
;
}
.list-container
{
-ms-overflow-style
:
none
;
}
.
table-content
:
:-
webkit-scrollbar
{
display
:
none
;
}
.table-content
{
-ms-overflow-style
:
none
;
}
...
...
Please
register
or
sign in
to post a comment