mirror of
https://github.com/yangjian102621/geekai.git
synced 2026-09-17 10:47:15 +00:00
optimize ParamBuilderMobile components
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user