2022-03-18 10:38:43 +08:00
|
|
|
.generateDeclarationDetail {
|
2022-09-13 16:39:15 +08:00
|
|
|
.tabWrapper{
|
|
|
|
|
padding-left: 10px
|
|
|
|
|
}
|
2022-07-06 18:11:54 +08:00
|
|
|
.tableWrapper {
|
2022-09-13 16:39:15 +08:00
|
|
|
height: calc(100vh - 48px);
|
2022-07-06 18:11:54 +08:00
|
|
|
overflow: auto;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.generateWapper {
|
2022-09-13 16:39:15 +08:00
|
|
|
.wea-dialog-body {
|
|
|
|
|
height: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
2022-07-06 18:11:54 +08:00
|
|
|
.wea-select {
|
|
|
|
|
.ant-select {
|
2023-06-12 14:51:09 +08:00
|
|
|
width: 100% !important;
|
2022-09-13 16:39:15 +08:00
|
|
|
|
|
|
|
|
.ant-select-selection {
|
|
|
|
|
border-radius: 0 !important;
|
|
|
|
|
height: 30px !important;
|
2022-07-06 18:11:54 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-09-13 16:39:15 +08:00
|
|
|
}
|