forked from wangziqi/gongxue-base
feat: add tenant import console
This commit is contained in:
@@ -48,6 +48,11 @@
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
||||
.admin-actions.compact {
|
||||
flex-wrap: wrap;
|
||||
overflow-x: visible;
|
||||
}
|
||||
|
||||
.admin-button {
|
||||
min-width: 132px;
|
||||
height: 62px;
|
||||
@@ -167,6 +172,32 @@
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.admin-input.compact {
|
||||
margin-top: 14px;
|
||||
height: 58px;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.admin-form-grid {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr);
|
||||
gap: 12px;
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.admin-textarea {
|
||||
width: 100%;
|
||||
min-height: 220px;
|
||||
margin-top: 12px;
|
||||
padding: 18px;
|
||||
border: 1px solid #cbd5e1;
|
||||
border-radius: 8px;
|
||||
background: #fff;
|
||||
color: #111827;
|
||||
font-size: 23px;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
.admin-row-actions {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
@@ -198,3 +229,9 @@
|
||||
color: #be123c;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.break-line {
|
||||
word-break: break-all;
|
||||
overflow-wrap: anywhere;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user