---修改输入数字组件bug
1、调整日期范围组件为不可修改
@ -1,14 +0,0 @@
|
||||
|
||||
|
||||
.lng-theme-primary {
|
||||
.lng-menu {
|
||||
.vben-menu-submenu,.vben-menu-submenu-title,.vben-menu{
|
||||
background: unset !important;
|
||||
}
|
||||
}
|
||||
|
||||
.vben-layout-sideBar {
|
||||
background: unset !important;
|
||||
}
|
||||
|
||||
}
|
||||
BIN
src/assets/style/theme/imgs/15-1.png
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
src/assets/style/theme/imgs/15-2.png
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
src/assets/style/theme/imgs/18-1.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
src/assets/style/theme/imgs/18-2.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
src/assets/style/theme/imgs/21-1.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
src/assets/style/theme/imgs/21-2.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
src/assets/style/theme/imgs/24-1.png
Normal file
|
After Width: | Height: | Size: 209 KiB |
BIN
src/assets/style/theme/imgs/24-2.png
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
src/assets/style/theme/imgs/25-1.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
src/assets/style/theme/imgs/25-2.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
src/assets/style/theme/imgs/3-1.png
Normal file
|
After Width: | Height: | Size: 110 KiB |
BIN
src/assets/style/theme/imgs/3-2.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
src/assets/style/theme/imgs/4-1.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
src/assets/style/theme/imgs/4-2.png
Normal file
|
After Width: | Height: | Size: 7.0 KiB |
BIN
src/assets/style/theme/imgs/5-1-1.png
Normal file
|
After Width: | Height: | Size: 153 KiB |
BIN
src/assets/style/theme/imgs/5-2-2.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
src/assets/style/theme/imgs/9-1.png
Normal file
|
After Width: | Height: | Size: 144 KiB |
BIN
src/assets/style/theme/imgs/9-2.png
Normal file
|
After Width: | Height: | Size: 110 KiB |
BIN
src/assets/style/theme/imgs/primary-left.png
Normal file
|
After Width: | Height: | Size: 146 KiB |
BIN
src/assets/style/theme/imgs/primary-top.png
Normal file
|
After Width: | Height: | Size: 79 KiB |
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;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||