[update] 修改评分表单元格高度

This commit is contained in:
lideqin
2024-03-04 13:47:40 +08:00
parent 251611055e
commit 5c2e84d42d
3 changed files with 22 additions and 2 deletions
@@ -19,6 +19,7 @@
<div class="right-wrapper">
<a-table
bordered
size="middle"
:scroll="{x: '100%'}"
:columns="columns"
:dataSource="dataSource"
@@ -393,4 +394,10 @@ export default {
}
}
/deep/ .ant-table-body {
td {
padding: 8px !important;
}
}
</style>
@@ -19,6 +19,7 @@
<div class="right-wrapper">
<a-table
bordered
size="middle"
:scroll="{x: '100%'}"
:columns="columns"
:dataSource="dataSource"
@@ -393,4 +394,10 @@ export default {
}
}
/deep/ .ant-table-body {
td {
padding: 8px !important;
}
}
</style>