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

@@ -419,6 +419,11 @@ const beforeUpload = (file) => {
background-color: #fff !important;
}
.addliveDrawer > .ant-drawer-content-wrapper {
min-width: 800px !important;
width: 800px !important;
}
.ant-table-striped :deep(.table-striped) td {
background-color: #fafafa !important;
}