Complete admin model management
This commit is contained in:
@@ -185,6 +185,30 @@ textarea {
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.model-config-panel {
|
||||
margin-bottom: 18px;
|
||||
padding: 18px;
|
||||
border: 1px solid #dfe8e5;
|
||||
border-radius: 8px;
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
.model-config-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(180px, 1fr));
|
||||
gap: 12px 14px;
|
||||
}
|
||||
|
||||
.model-config-panel .el-form-item {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
.model-config-panel .el-select,
|
||||
.model-config-panel .el-input-number,
|
||||
.model-config-panel .el-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.actions {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user