2022-09-15 11:08:13 +08:00
|
|
|
.importModalWrapper {
|
2023-03-03 16:29:52 +08:00
|
|
|
.ant-modal-body {
|
2022-09-13 16:39:15 +08:00
|
|
|
padding: 16px;
|
|
|
|
|
}
|
2022-09-15 11:08:13 +08:00
|
|
|
|
|
|
|
|
.wea-select, .ant-select, .ant-select-selection {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-select-selection {
|
|
|
|
|
height: 30px;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
2022-09-13 16:39:15 +08:00
|
|
|
}
|