修改禅道已知bug
This commit is contained in:
@@ -185,7 +185,7 @@
|
||||
:confirm-loading="confirmLoading"
|
||||
@ok="modalOk"
|
||||
@cancel="batSetCancel"
|
||||
style="width: 1000px"
|
||||
style="width: 1000px;height: auto"
|
||||
>
|
||||
<split-bat-form
|
||||
ref="fileForm"
|
||||
@@ -1306,6 +1306,14 @@
|
||||
min-width: 700px;
|
||||
}
|
||||
|
||||
.ant-select-dropdown--multiple {
|
||||
max-height: 39vh !important;
|
||||
}
|
||||
|
||||
.ant-modal-body {
|
||||
overflow-y: visible !important;
|
||||
}
|
||||
|
||||
.ant-modal-footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user