|
@@ -50,21 +50,25 @@
|
|
|
padding: 1rem 10px 1rem 1rem;
|
|
|
background: transparent;
|
|
|
border-color: transparent;
|
|
|
-
|
|
|
+ .el-tabs__nav.is-stretch{
|
|
|
+ min-width: 104px;
|
|
|
+ }
|
|
|
// tabs样式
|
|
|
.el-tabs__header {
|
|
|
- height: 40px;
|
|
|
+ height: 32px;
|
|
|
background: transparent;
|
|
|
border-bottom: none;
|
|
|
+ border-bottom: 1px solid #166CAD;
|
|
|
}
|
|
|
|
|
|
.el-tabs__item {
|
|
|
- // width: 80px;
|
|
|
- height: 40px;
|
|
|
- line-height: 40px;
|
|
|
+ width: 104px;
|
|
|
+ height: 32px;
|
|
|
+ line-height: 32px;
|
|
|
background: url("/static/images/ghzc/Tab_bg.png") no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
- border-bottom: 2px solid #166CAD;
|
|
|
+ border:none;
|
|
|
+ margin-right: 10px;
|
|
|
}
|
|
|
|
|
|
.el-tabs__item.is-active {
|