【修改】修改样式

This commit is contained in:
zhoulingpo
2023-05-25 15:46:10 +08:00
parent 23d1f7c3fe
commit 4dd9830654
+4 -2
View File
@@ -742,8 +742,10 @@ export default {
}
.table-over{
background-color: pink;
max-height: calc(100vh - 320px);
overflow: auto;
::v-deep .vxe-table--body-wrapper{
max-height: calc(100vh - 320px);
overflow: auto;
}
}
.preview-dialog-body {
padding: 9px 25px 17px 22px;