优化页面,修改测试问题

This commit is contained in:
fks-xuxinyue
2024-08-16 15:25:26 +08:00
parent 73b6246203
commit 08acefd9f5
9 changed files with 173 additions and 148 deletions

View File

@@ -3,7 +3,7 @@
<a-table
:columns="column"
:data-source="data"
bordered
:bordered="false"
:pagination="false"
:scroll="{ x: 2000, y: 480 }">
<template #title>
@@ -189,6 +189,9 @@
:deep(.ant-table-container) {
padding: 0px 16px;
}
:deep(.ant-table-cell) {
border: 1px solid #f0f0f0;
}
</style>
<style scoped>
th.column-money,