refactor(css): 重构样式文件并优化主题样式
- 新增 theme.scss 文件,定义主题颜色- 新增 public.scss 文件,统一公共样式 - 修改 main.scss 文件,引入新的样式文件 -优化容器背景色渐变效果- 调整导航栏样式,增加面包屑导航 -统一问题类型样式,优化选择题样式
This commit is contained in:
@@ -439,7 +439,7 @@ onMounted(() => {
|
||||
|
||||
.design-create {
|
||||
//min-height: calc(100vh);
|
||||
background-color: #e9eef3;
|
||||
//background-color: #e9eef3;
|
||||
color: #333;
|
||||
|
||||
.slot-actions {
|
||||
|
||||
Reference in New Issue
Block a user