From a804254e3078d7cb240cf0e7cd13e40bd9b1d555 Mon Sep 17 00:00:00 2001 From: hanyuqing <1106611654@qq.com> Date: Wed, 7 Jan 2026 09:54:54 +0800 Subject: [PATCH] all --- vue/src/system/GraphStyle.vue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/vue/src/system/GraphStyle.vue b/vue/src/system/GraphStyle.vue index 4b74f7a..6311272 100644 --- a/vue/src/system/GraphStyle.vue +++ b/vue/src/system/GraphStyle.vue @@ -1065,14 +1065,13 @@ export default { display: flex; align-items: center; justify-content: space-between; - padding: 12px; - background-color: #f3f3f3 !important; - margin-bottom: 6px; + background-color:#f6f9fc !important; + padding: 7px 15px; + margin-bottom: 10px; border-radius: 6px; cursor: pointer; - border: none !important; transition: all 0.2s; - border-bottom: 1px solid #d1d5db !important; + border: 1px solid #E2E5EA; } .config-card:hover { @@ -1092,7 +1091,6 @@ export default { .card-left { display: flex; - flex-direction: column; align-items: flex-start; flex: 1; min-width: 0; @@ -1108,6 +1106,7 @@ export default { border-right: none; flex-shrink: 0; height: auto; + margin-top: 4px; } .config-checkbox { margin: 0;