瀏覽代碼

Merge branch 'xqc_160' into debug

jwyu 1 年之前
父節點
當前提交
82c54550a3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/sheet.vue

+ 2 - 2
src/components/sheet.vue

@@ -98,7 +98,7 @@ const dynamicSty = computed(()=>{
 table {
 table {
   width: 100%;
   width: 100%;
   font-size: 14px;
   font-size: 14px;
-  color: #666;
+  color: #333;
   td,
   td,
   th {
   th {
     // min-width: 120px;
     // min-width: 120px;
@@ -117,7 +117,7 @@ table {
   }
   }
 
 
   .data-cell{
   .data-cell{
-    color: #666;
+    color: #333;
     &.one-bg {
     &.one-bg {
       background-color: #EFEEF1;
       background-color: #EFEEF1;
     }
     }