fix: fix missing cache of refresh page

This commit is contained in:
nebv
2020-10-13 22:22:04 +08:00
parent bbfb06f0ad
commit 02d6a39402
12 changed files with 54 additions and 40 deletions

View File

@@ -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;
}
}