全部列表页列表项 展示居中

This commit is contained in:
2026-08-25 17:52:41 +08:00
parent 0d3c89a0c4
commit 7f178cb23f
@@ -335,6 +335,12 @@ button:focus-visible,
border-bottom-color: #e7eeeb;
}
/* 主列表与弹窗选择列表统一居中,避免未声明 align 的字段退回左对齐。 */
body .el-table th.el-table__cell,
body .el-table td.el-table__cell {
text-align: center;
}
#app .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
background: #f2f8f5;
}