优化前端ui
This commit is contained in:
@@ -124,6 +124,7 @@
|
||||
.admin-panel :deep(.el-textarea__inner),
|
||||
.admin-panel :deep(.el-select__wrapper) {
|
||||
min-height: 40px;
|
||||
border: 0;
|
||||
border-radius: 14px;
|
||||
background: rgba(255, 255, 255, 0.96);
|
||||
box-shadow: 0 0 0 1px rgba(86, 108, 138, 0.18) inset;
|
||||
@@ -244,7 +245,6 @@
|
||||
响应式
|
||||
============================================== */
|
||||
@media (max-width: 900px) {
|
||||
.panel-header,
|
||||
.section-title-row,
|
||||
.section-header-tools,
|
||||
.binding-actions,
|
||||
|
||||
@@ -282,6 +282,7 @@
|
||||
.admin-panel :deep(.el-textarea__inner),
|
||||
.admin-panel :deep(.el-select__wrapper) {
|
||||
min-height: 36px;
|
||||
border: 0;
|
||||
border-radius: var(--radius-sm);
|
||||
background: #fff;
|
||||
box-shadow: 0 0 0 1px var(--panel-line) inset;
|
||||
|
||||
Reference in New Issue
Block a user