优化前端ui

This commit is contained in:
yml2213
2026-05-16 15:32:40 +08:00
parent 1342c03853
commit 3ca71b782b
16 changed files with 31 additions and 60 deletions
@@ -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;