Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
0a7f68d6
authored
2020-11-11 10:30:44 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表模块tab选项卡样式修改
1 parent
90f6642d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
src/views/systemZRZ/lpb/index.vue
src/views/systemZRZ/lpb/index.vue
View file @
0a7f68d
...
...
@@ -44,9 +44,21 @@ export default {
height
:
100%
;
box-sizing
:
border-box
;
padding
:
0
18px
!important
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
/deep/.el-tabs__header{
margin-bottom
:
0
;
}
/
deep
/
.el-tabs--card
>
.el-tabs__header
{
background-color
:
#FAFAFA
;
}
/
deep
/
.el-tabs--card
>
.el-tabs__header
.el-tabs__item.is-active
{
background-color
:
#fff
;
border-top
:
2px
solid
#006CFF
;
height
:
42px
;
}
.el-tabs
{
height
:
100%
;
display
:
flex
;
...
...
Please
register
or
sign in
to post a comment