fix: 问题

This commit is contained in:
2026-02-13 00:21:21 +08:00
parent a03e14492b
commit faa19056ac

View File

@@ -311,7 +311,7 @@ onMounted(async () => {
// 布局容器 // 布局容器
.config-panel { .config-panel {
flex: 1; flex: 1;
padding: 20px; padding:0 20px;
max-width: 100%; max-width: 100%;
} }
@@ -491,14 +491,14 @@ onMounted(async () => {
transition: all 0.2s ease; transition: all 0.2s ease;
&:hover { &:hover {
border-color: #22C55E; border-color: #3B82F6;
background: #F0FDF4; background: #EFF6FF;
} }
&--selected { &--selected {
border-style: solid; border-style: solid;
border-color: #22C55E; border-color: #2563EB;
background: #F0FDF4; background: #EFF6FF;
} }
} }
@@ -587,7 +587,7 @@ onMounted(async () => {
flex-shrink: 0; flex-shrink: 0;
&:hover { &:hover {
color: #22C55E; color: #3B82F6;
} }
} }
@@ -603,8 +603,8 @@ onMounted(async () => {
transition: all 0.2s ease; transition: all 0.2s ease;
&--dragover { &--dragover {
border-color: #22C55E; border-color: #3B82F6;
background: #F0FDF4; background: #EFF6FF;
} }
} }
@@ -640,16 +640,16 @@ onMounted(async () => {
padding: 6px 16px; padding: 6px 16px;
font-size: 12px; font-size: 12px;
font-weight: 500; font-weight: 500;
color: #22C55E; color: #3B82F6;
border: none; border: none;
background: transparent; background: transparent;
cursor: pointer; cursor: pointer;
border: 1px solid #22C55E; border: 1px solid #3B82F6;
border-radius: 6px; border-radius: 6px;
transition: all 0.2s ease; transition: all 0.2s ease;
&:hover { &:hover {
background: rgba(34, 197, 94, 0.1); background: rgba(59, 130, 246, 0.1);
} }
} }
@@ -693,11 +693,11 @@ onMounted(async () => {
border-radius: 8px; border-radius: 8px;
&.ant-btn-primary { &.ant-btn-primary {
background: linear-gradient(135deg, #22C55E 0%, #16A34A 100%); background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
border: none; border: none;
&:hover:not(:disabled) { &:hover:not(:disabled) {
box-shadow: 0 4px 12px rgba(34, 197, 94, 0.35); box-shadow: 0 4px 12px rgba(59, 130, 246, 0.35);
} }
&:disabled { &:disabled {