This commit is contained in:
dinghao
2024-05-24 09:44:08 +08:00
parent 2dac756371
commit 11a7c77f69
2 changed files with 118 additions and 120 deletions

View File

@@ -41,7 +41,7 @@
</div>
</div>
<div class="right">
<ns-view-list-table v-bind="tableConfig" :model="data" ref="mainRef" class="table" />
<ns-view-list-table v-bind="tableConfig" :model="data" ref="mainRef" />
</div>
<a-drawer
:width="1200"
@@ -157,7 +157,7 @@
};
const handleOk = () => {
opMap.fuc && opMap.fuc(formData2.value);
// opMap.fuc && opMap.fuc(formData2.value);
addformvisible.value = false;
};
const handleClose = () => {
@@ -649,8 +649,6 @@
}
.left {
width: 400px;
/* height: 95vh; */
// height: 92.7vh;
border-right: 5px solid rgb(229, 235, 240);
min-width: fit-content;
}
@@ -664,17 +662,11 @@
}
.ns-table-title {
text-align: left;
height: 46px;
// height: 46px;
line-height: 46px;
font-size: 18px;
font-weight: bold;
user-select: text;
padding-left: 16px;
width: 100%;
}
.table {
/* width: 2000px; */
/* width: auto; */
}
.admin {
text-align: left;