浏览代码

样式调整

maxiaoxiao 1 年之前
父节点
当前提交
a48c5832ef
共有 3 个文件被更改,包括 22 次插入15 次删除
  1. 6 3
      src/views/complianceAnalysis/components/scjg.vue
  2. 16 12
      src/views/complianceAnalysis/ghzc.scss
  3. 二进制
      static/images/ghzc/titleicon.png

+ 6 - 3
src/views/complianceAnalysis/components/scjg.vue

@@ -32,8 +32,10 @@
         :ref="`echartRef`"
       ></pie>
     </div>
-
-    <!-- v-show="isshow"  -->
+    <!-- <div class="bottomBtns">
+      <span></span>
+      <span class="sureBtn" @click="download">导出报告</span>
+    </div> -->
   </div>
 </template>
 
@@ -212,7 +214,8 @@ export default {
       height: 40px;
       display: flex;
       justify-content: space-between;
-      background: rgba(38, 38, 38, 0.9);
+      // background: rgba(38, 38, 38, 0.9);
+      border-bottom: 1px solid #166cad;
       margin-right: 10px;
       line-height: 40px;
 

+ 16 - 12
src/views/complianceAnalysis/ghzc.scss

@@ -134,20 +134,23 @@
 
     .block-title {
         color: #CDDEEB;
-        padding-left: 10px;
+        padding-left: 18px;
         // font-weight: bold;
         font-weight: 400;
         font-size: 14px;
-        // &::after {
-        //   position: absolute;
-        //   content: "";
-        //   background: #3a8ee6;
-        //   left: 0;
-        //   top: 3px;
-        //   width: 5px;
-        //   height: 15px;
-        //   border-radius: 3px;
-        // }
+        line-height: 40px;
+        position: relative;
+
+        &::after {
+            position: absolute;
+            content: "";
+            left: 0;
+            top: 6px;
+            width: 18px;
+            height: 18px;
+            background-size: 100% 100%;
+            background-image: url("/static/images/ghzc/titleicon.png");
+        }
     }
 
     .el-button--primary {
@@ -245,7 +248,8 @@
         width: 100px;
         display: flex;
         justify-content: flex-start;
-        span{
+
+        span {
             display: inline-block;
         }
     }

二进制
static/images/ghzc/titleicon.png