Browse Source

合规性分析文本颜色调整

maxiaoxiao 11 months ago
parent
commit
e8abb21aca
2 changed files with 2 additions and 55 deletions
  1. 2 0
      src/views/complianceAnalysis/ghzc.scss
  2. 0 55
      src/views/complianceAnalysis/index.vue

+ 2 - 0
src/views/complianceAnalysis/ghzc.scss

@@ -209,6 +209,7 @@
 .el-collapse-item__content {
 .el-collapse-item__content {
     // background-color: rgba(255, 192, 203, 0.425) !important;
     // background-color: rgba(255, 192, 203, 0.425) !important;
     background-color: transparent !important;
     background-color: transparent !important;
+    color: rgb(217, 237, 254) !important;
     /* 修改背景颜色 */
     /* 修改背景颜色 */
 }
 }
 
 
@@ -219,6 +220,7 @@
 }
 }
 
 
 .el-collapse-item__wrap {
 .el-collapse-item__wrap {
+    border-bottom: 1px solid transparent ;
     background-color: transparent !important;
     background-color: transparent !important;
 }
 }
 
 

+ 0 - 55
src/views/complianceAnalysis/index.vue

@@ -108,61 +108,6 @@ export default {
         min-height: unset;
         min-height: unset;
       }
       }
     }
     }
-
-    .xz_table {
-      height: 180px;
-      /deep/.el-table__header-wrapper {
-        height: 40px;
-      }
-      /deep/.el-table__body-wrapper {
-        height: calc(100% - 40px);
-        overflow-y: auto;
-      }
-    }
-
-    .xz-btn {
-      width: 100%;
-      // background: #efefef;
-      position: absolute;
-      height: 55px;
-      z-index: 999;
-      bottom: 0;
-      right: 0;
-      display: flex;
-      align-items: center;
-    }
-    .jg-box {
-      td {
-        padding-left: 15px;
-      }
-      .el-collapse-item__header {
-        span {
-          position: absolute;
-          right: 40px;
-        }
-      }
-      .el-collapse-item__content {
-        padding-bottom: 0;
-      }
-    }
-  }
-
-  .tckz {
-    position: absolute;
-    left: auto;
-    right: 10px;
-    bottom: 100px;
-    text-align: center;
-    // background-color: rgba(255, 255, 255, 0.85);
-    padding-top: 5px;
-    padding-bottom: 5px;
-    padding-right: 5px;
-    padding-left: 5px;
-    border-radius: 5px;
-    > div {
-      padding: 5px;
-      text-align: left;
-    }
   }
   }
 }
 }
 </style>
 </style>