loulijun2021
2022-08-05 d33eacc1f85ac3a736b33ba4713a19aae466d711
src/views/kb/ckgl.vue
@@ -483,6 +483,7 @@
<style scoped lang="scss">
$kbBorderColor: #09d8f2;
$kbBackgroundColor: rgba(30, 33, 46,0.6);
.kb_content {
  display: flex;
@@ -518,6 +519,7 @@
          font-size: 18px;
          margin-bottom: 10px;
          margin-top: -10px;
          color: #00ffff;
        }
@@ -540,6 +542,7 @@
          width: 48%;
          height: 100%;
          border: 1px solid $kbBorderColor;
          background-color:$kbBackgroundColor ;
          border-radius: 5px;
        }
      }
@@ -564,6 +567,7 @@
          font-size: 18px;
          margin-bottom: 10px;
          margin-top: -10px;
          color: #00ffff;
        }
        .content_body {
@@ -575,8 +579,8 @@
  }
}
::v-deep .el-table__body-wrapper{
  background-color: #000;
::v-deep .el-table__body-wrapper {
  background-color: rgba(30, 33, 46);
}
::v-deep .el-table__body-wrapper::-webkit-scrollbar {