Browse Source

fix:样式

lihuilin/feature-20250923114949-现金^2
lihui 1 week ago
parent
commit
0d75574df8
  1. 4
      src/components/workspace/GoldGraph.vue

4
src/components/workspace/GoldGraph.vue

@ -785,7 +785,7 @@ onUnmounted(() => {
/* 表格整体背景:把表格容器设为卡片背景 */ /* 表格整体背景:把表格容器设为卡片背景 */
:deep(.el-table) { :deep(.el-table) {
background-color: #F3FAFF !important;
background-color: #E7F4FD !important;
box-shadow: none !important; box-shadow: none !important;
} }
@ -799,7 +799,7 @@ onUnmounted(() => {
/* 表头 */ /* 表头 */
:deep(.el-table__header th) { :deep(.el-table__header th) {
background-color: #F3FAFF !important;
background-color: #E7F4FD !important;
} }
/* 针对表格 body 中的单元格底部边框 */ /* 针对表格 body 中的单元格底部边框 */

Loading…
Cancel
Save