mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:54:00 +08:00
fix: fix missing cache of refresh page
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
@import (reference) '../../design/index.less';
|
||||
|
||||
.default-layout {
|
||||
.ant-menu-submenu .ant-menu-sub {
|
||||
transition: none !important;
|
||||
// transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,
|
||||
// padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
|
||||
}
|
||||
// .ant-menu-submenu .ant-menu-sub {
|
||||
// transition: none !important;
|
||||
// // transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s,
|
||||
// // padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important;
|
||||
// }
|
||||
|
||||
&__content {
|
||||
position: relative;
|
||||
@@ -102,10 +102,12 @@
|
||||
.setting-button {
|
||||
top: 45%;
|
||||
right: 0;
|
||||
border-radius: 10px 0 0 10px;
|
||||
padding: 14px;
|
||||
border-radius: 6px 0 0 6px;
|
||||
|
||||
.svg {
|
||||
width: 2em;
|
||||
svg {
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user