فهرست منبع

style: 颜色修正.

peter 2 ماه پیش
والد
کامیت
294a34ea49
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      src/pages/cargo-consolidation-request/index.vue

+ 3 - 3
src/pages/cargo-consolidation-request/index.vue

@@ -44,7 +44,7 @@
       </el-tabs>
       <el-table
         border
-        :header-cell-style="{ backgroundColor: 'oklch(0.951 0.026 236.824)' }"
+        :header-cell-style="{ backgroundColor: 'rgb(227, 241, 253)' }"
         :data="computedList"
         highlight-current-row
         style="width: 100%"
@@ -186,7 +186,7 @@
         :data="subList"
         style="width: 100%"
         :row-style="calcRowStyle"
-        :header-cell-style="{ backgroundColor: 'oklch(0.951 0.026 236.824)' }"
+        :header-cell-style="{ backgroundColor: 'rgb(227, 241, 253)' }"
         :empty-text="
           currentRow.Name?.length
             ? '暂无数据'
@@ -1056,7 +1056,7 @@ let computedTotalFOB = computed(() => {
 <style lang="scss">
 .page-cargo-consolidation {
   .el-table__body tr.current-row > td.el-table__cell {
-    background-color: oklch(0.685 0.169 237.323);
+    background-color: rgb(56, 163, 238);
     color: #fff;
   }
 }