27 lines
406 B
Plaintext
27 lines
406 B
Plaintext
.generateDeclarationDetail {
|
|
.tabWrapper{
|
|
padding-left: 10px
|
|
}
|
|
.tableWrapper {
|
|
height: calc(100vh - 48px);
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
.generateWapper {
|
|
.wea-dialog-body {
|
|
height: auto !important;
|
|
}
|
|
|
|
.wea-select {
|
|
.ant-select {
|
|
width: 100% !important;
|
|
|
|
.ant-select-selection {
|
|
border-radius: 0 !important;
|
|
height: 30px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|