@@ -180,10 +180,10 @@
width: 100%;
background: #fff;
.top-top {
- padding: 10px 20px;
+ padding: 10px;
}
.top-bottom {
- padding: 0 20px 10px 20px;
+ padding: 0 10px 10px 10px;
background: white;
display: flex;
align-items: center;
@@ -227,7 +227,7 @@
:deep(.vxe-grid--table-container) {
//border-radius: 0 0 10px 10px;
- padding: 0 20px 20px 20px;
.empty {
@@ -83,7 +83,7 @@
//padding-bottom: 10px;
:deep(.ant-card-body) {
border-radius: 8px 8px 0 0;
@@ -27,7 +27,7 @@ export const useBsTable = (options, tableRef) => {
border: 'full',
showHeaderOverflow: true,
showOverflow: true,
- stripe: true,
+ stripe: false,
round: true,
cellConfig: {
height: '40px',