optimize ParamBuilderMobile components

This commit is contained in:
GeekMaster
2025-09-15 22:18:46 +08:00
parent 5979451ea6
commit 49254b2a32
10 changed files with 404 additions and 39 deletions
+1 -1
View File
@@ -148,7 +148,7 @@
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
border: 1.5px solid transparent;
border-radius: 12px;
background: #fff;
// background: #fff;
position: relative;
z-index: 1;
+1
View File
@@ -26,6 +26,7 @@
--btnColor: linear-gradient(88deg, #af61f0 1.44%, #5b62ce);
--border-active: rgba(255, 255, 255, 0.1);
--card-bg: #252d58;
--card-bg-secondary: #313a6b;
--chat-bg: #1f243f;
--chat-wel-bg: #2d2f38;
--card-bg-table: rgba(17, 28, 68, 1);
+2 -1
View File
@@ -24,7 +24,8 @@
--btnColor: linear-gradient(88deg, #af61f0 1.44%, #5b62ce);
--border-active: rgba(134, 140, 255, 1);
--code-btnColor: linear-gradient(88deg, #af61f0 1.44%, #5b62ce);
--card-bg: #fff;
--card-bg: #f5f5f5;
--card-bg-secondary: #e5e5e5;
--chat-bg: #fff;
--theme-bg: linear-gradient(88deg, #fff3f3 1.44%, #e7e8ff);
--theme-bg-all: #f5f7fd;