mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 18:19:03 +08:00
style(theme): 调整主题样式和透明度
- 修改 custom.json 中的圆角大小 - 在 main.css 中添加 TDesign 样式覆盖 - 调整 acrylic 主题的卡片和侧边栏透明度
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
@import 'tdesign-react/dist/reset.css';
|
||||
@import 'tdesign-react/dist/tdesign.css';
|
||||
|
||||
/* 没用过tdesign,有ai或者人类会用顺便帮我改一下 */
|
||||
.t-layout {
|
||||
background-color: var(--ss-bg-color) !important;
|
||||
}
|
||||
.t-default-menu{
|
||||
background-color: transparent !important;
|
||||
}
|
||||
/* 没用过tdesign,有ai或者人类会用顺便帮我改一下 */
|
||||
|
||||
html,
|
||||
body,
|
||||
#root {
|
||||
|
||||
Reference in New Issue
Block a user