mirror of
https://github.com/certd/certd.git
synced 2026-05-15 12:37:30 +08:00
Merge branch 'client_sync' into v2
# Conflicts: # packages/ui/certd-client/.env # packages/ui/certd-client/CHANGELOG.md # packages/ui/certd-client/index.html # packages/ui/certd-client/package.json # packages/ui/certd-client/public/images/logo/rect-black.svg # packages/ui/certd-client/public/images/logo/square.svg # packages/ui/certd-client/src/layout/components/theme/index.vue # packages/ui/certd-client/src/layout/layout-framework.vue # packages/ui/certd-client/src/layout/layout-outside.vue # packages/ui/certd-client/src/main.ts # packages/ui/certd-client/src/plugin/fast-crud/index.tsx # packages/ui/certd-client/src/router/source/header.ts # packages/ui/certd-client/src/store/modules/settings.ts # packages/ui/certd-client/src/style/common.less # packages/ui/certd-client/src/views/crud/form/independent/index.vue # packages/ui/certd-client/src/views/framework/login/index.vue # packages/ui/certd-client/src/views/framework/register/index.vue # packages/ui/certd-client/vite.config.ts
This commit is contained in:
@@ -14,6 +14,9 @@ html, body {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body{
|
||||
min-width: 1000px;
|
||||
}
|
||||
div#app {
|
||||
height: 100%
|
||||
}
|
||||
|
||||
@@ -1,21 +1,21 @@
|
||||
.ant-layout{
|
||||
background-color: @bg-color;
|
||||
background-color: @colorPrimaryBg;
|
||||
}
|
||||
.ant-layout-header {
|
||||
background-color: @bg-color
|
||||
background-color: @colorPrimaryBg
|
||||
}
|
||||
.ant-layout-sider {
|
||||
background-color:@bg-color
|
||||
background-color:@colorPrimaryBg
|
||||
}
|
||||
.ant-menu{
|
||||
background-color: @bg-color;
|
||||
background-color: @colorPrimaryBg;
|
||||
&.ant-menu-submenu-popup{
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
.aside-menu{
|
||||
.ant-menu-submenu > .ant-menu{
|
||||
background-color:@bg-color
|
||||
background-color:@colorPrimaryBg
|
||||
}
|
||||
|
||||
.ant-menu-item-active{
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
@primary-color: #1890ff;
|
||||
// theme
|
||||
@bg-color: #ebf1f6;
|
||||
@bg-menu-item-color:hsla(0,0%,100%,.5);
|
||||
@colorPrimaryBg:#ebf1f6;
|
||||
@primary-color: #1890ff;
|
||||
Reference in New Issue
Block a user