This commit is contained in:
wyx
2023-03-21 10:47:04 +08:00
parent bc1136255c
commit 43aba135ea
5 changed files with 20 additions and 5 deletions

View File

@@ -269,7 +269,10 @@ defineExpose({ openDrawer });
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}
.addcaseDrawer > .ant-drawer-content-wrapper {
min-width: 1300px !important;
width: 1300px !important;
}
.addcaseDrawer {
.drawerMain {
.header {

View File

@@ -102,7 +102,10 @@ defineExpose({ openDrawer });
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}
.addinvistDrawer > .ant-drawer-content-wrapper {
min-width: 1300px !important;
width: 1300px !important;
}
.addinvistDrawer {
.drawerMain {
.header {

View File

@@ -99,7 +99,10 @@ defineExpose({openDrawer})
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}
.addinvistDrawer > .ant-drawer-content-wrapper {
min-width: 1300px !important;
width: 1300px !important;
}
.addinvistDrawer {
.drawerMain {
.header {

View File

@@ -164,7 +164,10 @@ function openDrawer(i, row) {
defineExpose({ openDrawer, selectCourse });
</script>
<style lang="scss">
.addonlineDrawer > .ant-drawer-content-wrapper {
min-width: 1300px !important;
width: 1300px !important;
}
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;

View File

@@ -397,7 +397,10 @@ defineExpose({ openDrawer });
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}
.addonlineDrawer > .ant-drawer-content-wrapper {
min-width: 1300px !important;
width: 1300px !important;
}
.sameModal {
.ant-modal {
width: 424px !important;