优化页面,修改测试问题
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user