From 6ee740853f19d0554f9ce3b1a77e458dd5fb3fd7 Mon Sep 17 00:00:00 2001
From: SZCJW <792430652@qq.com>
Date: Sun, 8 Mar 2026 02:22:20 +0800
Subject: [PATCH] sx
---
static/style.css | 22 ++++++++++++++++++++++
static/vue-app.js | 4 ++--
2 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/static/style.css b/static/style.css
index 2f5ee2b..0c6bb63 100644
--- a/static/style.css
+++ b/static/style.css
@@ -591,6 +591,28 @@ body {
transition: all var(--duration-fast) var(--ease-default);
}
+.btn-sm.btn-icon {
+ padding: var(--space-1) var(--space-2);
+ min-width: 28px;
+ background: var(--bg-tertiary);
+ border: 1px solid var(--border-default);
+}
+
+.btn-sm.btn-icon:hover {
+ background: var(--gray-200);
+}
+
+.dropdown-icon {
+ display: inline-block;
+ font-size: 10px;
+ transition: transform var(--duration-fast) var(--ease-default);
+ color: var(--text-secondary);
+}
+
+.dropdown-icon.expanded {
+ transform: rotate(180deg);
+}
+
.btn-sm.btn-primary {
background: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-600) 100%);
color: white;
diff --git a/static/vue-app.js b/static/vue-app.js
index 9848d26..30084c5 100644
--- a/static/vue-app.js
+++ b/static/vue-app.js
@@ -995,8 +995,8 @@ const MoldInsightView = {
-