明树Git Lab

Commit ffd4ac49 authored by zhanghan's avatar zhanghan

1

parent 6dcd9fa5
Pipeline #112000 passed with stage
in 19 seconds
......@@ -390,13 +390,13 @@ const tableCellStyle = ({ row, columnIndex }) => {
// 样式优化:移除不必要的隐藏,确保元素可见
:deep(.el-table) {
--el-table-border-color: #ebeef5;
--el-table-row-height: 48px !important;
--el-table-row-height: 49px !important;
// 移除border-left:0,避免表格左边无框看似没渲染
border-left: 1px solid #ebeef5 !important;
}
:deep(.el-table__header tr),
:deep(.el-table__body tr) {
height: 48px !important;
height: 49px !important;
}
:deep(.el-table-cell) {
padding: 0 !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment