|
@ -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 中的单元格底部边框 */ |
|
|