Commit 5cb0353f authored by 黄同智's avatar 黄同智

修改表格组件,优化直播页面布局

parent 034d0c1b
...@@ -99,7 +99,6 @@ const handleCurrentChange = (val: number) => { ...@@ -99,7 +99,6 @@ const handleCurrentChange = (val: number) => {
// 6. 处理多选变化 // 6. 处理多选变化
const handleSelectionChange = (selection: any[]) => { const handleSelectionChange = (selection: any[]) => {
console.log(3333, selection)
emit('selection-change', selection); emit('selection-change', selection);
}; };
...@@ -125,13 +124,12 @@ defineExpose({ ...@@ -125,13 +124,12 @@ defineExpose({
:deep(.el-table__header) { :deep(.el-table__header) {
thead { thead {
height: 40px; th{
padding: 10px 0;
background: #f8f8f8 !important;
}
} }
} }
:deep(.el-table) {
box-shadow: 0 0 0 1px #eee;
border-radius: 10px;
}
.pagination-container { .pagination-container {
display: flex; display: flex;
......
This diff is collapsed.
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