style:部分添加任务弹框大小调整

This commit is contained in:
wyx
2023-03-20 17:59:17 +08:00
parent 440b8129f6
commit 4eb3183b86
7 changed files with 34 additions and 0 deletions

View File

@@ -247,6 +247,11 @@ defineExpose({ openDrawer })
background-color: #fafafa !important;
}
.addactiveDrawer > .ant-drawer-content-wrapper {
min-width: 800px !important;
width: 800px !important;
}
.addactiveDrawer {
.drawerMain {
.header {