nex_design/src/components/ListTable/ListTable.css

11 lines
210 B
CSS
Raw Normal View History

2025-11-05 06:17:47 +00:00
/* 列表表格容器 */
.list-table-container {
background: #ffffff;
border-radius: 8px;
padding: 16px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
2025-11-13 10:11:08 +00:00
height: 626px;
overflow-y: auto;
width: 100%;
2025-11-05 06:17:47 +00:00
}