update:系统管理
This commit is contained in:
@@ -1541,7 +1541,7 @@ button {
|
||||
|
||||
.modal {
|
||||
width: min(520px, calc(100vw - 40px));
|
||||
overflow: hidden;
|
||||
overflow: visible;
|
||||
border: 1px solid #dce4eb;
|
||||
border-radius: 11px;
|
||||
background: #fff;
|
||||
@@ -1550,7 +1550,25 @@ button {
|
||||
}
|
||||
|
||||
.modal--compact {
|
||||
width: min(430px, calc(100vw - 40px));
|
||||
width: min(480px, calc(100vw - 40px));
|
||||
max-height: 80vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.modal--compact .modal__header {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.modal--compact form {
|
||||
padding: 19px 22px 0;
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.modal--compact .modal__footer {
|
||||
flex-shrink: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.modal__header {
|
||||
@@ -1576,6 +1594,8 @@ button {
|
||||
|
||||
.modal form {
|
||||
padding: 19px 22px 0;
|
||||
flex: 1;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.destination-chip {
|
||||
|
||||
Reference in New Issue
Block a user