Browse Source

新主题,先不要发版

ZaiZai 1 year ago
parent
commit
5c4628840b
2 changed files with 6 additions and 2 deletions
  1. 4 0
      src/styles/app/theme.scss
  2. 2 2
      src/styles/theme/using/query.scss

+ 4 - 0
src/styles/app/theme.scss

@@ -392,6 +392,10 @@ html.dark {
         height: 4px;
         bottom: -3px;
     }
+    .el-table[hc].new .cell .el-link.el-link--primary {
+        --el-link-text-color: var(--el-color-primary-light-8);
+        --el-link-hover-text-color: var(--el-color-primary-light-8);
+    }
     .el-table[hc].new .el-table-fixed-column--left.el-table__cell, .el-table[hc].new .el-table-fixed-column--right.el-table__cell {
         background: transparent !important;
     }

+ 2 - 2
src/styles/theme/using/query.scss

@@ -15,9 +15,9 @@ html.dark {
             }
             .hc-card-item-box {
                 color: white;
-                padding: 12px;
+                padding: 0;
+                border: 0;
                 background: transparent !important;
-                border: 1px solid var(--el-color-primary);
                 .header,.body.num-text {
                     color: var(--hc-text-color);
                 }