---修改输入数字组件bug
1、调整日期范围组件为不可修改
This commit is contained in:
47
src/assets/style/theme/lng-theme.less
Normal file
47
src/assets/style/theme/lng-theme.less
Normal file
@ -0,0 +1,47 @@
|
||||
|
||||
|
||||
.lng-theme-primary {
|
||||
.lng-menu {
|
||||
.vben-menu-submenu,.vben-menu-submenu-title,.vben-menu{
|
||||
background: unset !important;
|
||||
|
||||
.vben-menu-submenu-title-active:not(.vben-menu-submenu){
|
||||
color: #fff !important;
|
||||
background-color: rgba(0, 0, 0, 0.4) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
|
||||
border-bottom: 2px solid #0960bd;
|
||||
right: 10px;
|
||||
left: 10px;
|
||||
|
||||
.ant-menu-title-content{
|
||||
color: #000 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.vben-layout-sideBar {
|
||||
background: unset !important;
|
||||
background-image: url('/@/assets/style/theme/imgs/primary-left.png') !important;
|
||||
background-size: 100% 100% !important;
|
||||
}
|
||||
|
||||
|
||||
.vben-default-layout-main{
|
||||
margin-left: 0px !important;
|
||||
}
|
||||
|
||||
.ant-layout-header{
|
||||
background: unset !important;
|
||||
background-image: url('/@/assets/style/theme/imgs/primary-top.png') !important;
|
||||
background-size: 100% 100% !important;
|
||||
|
||||
|
||||
.ant-menu-title-content{
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user