mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
feat(web): 初始化主页面和监控页面
- 新增 MainView 组件,包含 header、menu 和 page 区域 - 新增 monitor 子页面组件 - 更新路由配置,添加主页面和监控页面路由 - 新增全局样式文件,统一颜色和样式 - 优化 App.vue 样式,移除最小宽高限制
This commit is contained in:
14
web/src/style/antd.scss
Normal file
14
web/src/style/antd.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
$border-color:#12FBFF;
|
||||
|
||||
//级联器样式
|
||||
.ant-cascader{
|
||||
.ant-select-selector{
|
||||
background: none !important;
|
||||
border: 1px solid $border-color !important;
|
||||
|
||||
}
|
||||
.ant-select-arrow{
|
||||
color: $border-color;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user