From 9f77315b5327bb5f32eacb31a69c9601a30e3800 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期二, 30 三月 2021 17:31:19 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop --- src/components/BaseNav/PublicBounced/GasComponents/GasTab.vue | 22 ++-------------------- 1 files changed, 2 insertions(+), 20 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/GasComponents/GasTab.vue b/src/components/BaseNav/PublicBounced/GasComponents/GasTab.vue index e05f59f..ebf7ddd 100644 --- a/src/components/BaseNav/PublicBounced/GasComponents/GasTab.vue +++ b/src/components/BaseNav/PublicBounced/GasComponents/GasTab.vue @@ -37,7 +37,6 @@ .win { position: relative; - //display: inline-block; margin-bottom: 13px; background-color: rgba(33, 41, 69,0.9); } @@ -46,7 +45,6 @@ height: 100%; .main-matter{ font-size: 13px; - padding: 9px 7px; font-weight: normal; border: 1px solid #396d83; .row-item-one{ @@ -56,7 +54,7 @@ width: 100%; color: #00d0f9; display: flex; - font-size: 12px!important; + font-size: 12px !important; .el-col{ flex: 1; width: 100%; @@ -73,7 +71,7 @@ } } .border_corner{ - z-index: 2500; + z-index: 999; position: absolute; width: 10px; height: 10px; @@ -104,20 +102,4 @@ border-left: none; border-top: none; } -//.el-row { -// width: 100%; -// color: #00d0f9; -// .el-col{ -// width: 180px; -// height: 28px; -// background-color: #243a55;; -// text-align: center; -// line-height: 28px; -// margin-left: 6px; -// border-radius: 4px; -// &:nth-child(1){ -// margin-left:0; -// } -// } -//} </style> -- Gitblit v1.8.0