Browse Source

tabs样式修改

lkk 11 tháng trước cách đây
mục cha
commit
5efbe11384
1 tập tin đã thay đổi với 10 bổ sung6 xóa
  1. 10 6
      src/views/complianceAnalysis/ghzc.scss

+ 10 - 6
src/views/complianceAnalysis/ghzc.scss

@@ -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 {