mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-06 00:18:51 +08:00
style: update
This commit is contained in:
parent
1b48bc8049
commit
b843eda26f
@ -1,7 +1,5 @@
|
|||||||
/* $sideBarWidth: vertical 模式下主体内容距离网页文档左侧的距离 */
|
/* $sideBarWidth: vertical 模式下主体内容距离网页文档左侧的距离 */
|
||||||
@mixin merge-style($sideBarWidth) {
|
@mixin merge-style($sideBarWidth) {
|
||||||
$menuActiveText: #7a80b4;
|
|
||||||
|
|
||||||
@media screen and (width >= 150px) and (width <= 420px) {
|
@media screen and (width >= 150px) and (width <= 420px) {
|
||||||
.app-main-nofixed-header {
|
.app-main-nofixed-header {
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
@ -94,7 +92,7 @@
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
background: var(--pure-theme-menu-bg);
|
background: var(--pure-theme-menu-bg) !important;
|
||||||
border-right: 1px solid var(--pure-border-color);
|
border-right: 1px solid var(--pure-border-color);
|
||||||
|
|
||||||
/* 展开动画 */
|
/* 展开动画 */
|
||||||
@ -415,7 +413,7 @@
|
|||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
background: var(--pure-theme-menu-bg);
|
background: var(--pure-theme-menu-bg) !important;
|
||||||
|
|
||||||
.horizontal-header-left {
|
.horizontal-header-left {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -533,7 +531,7 @@
|
|||||||
.el-sub-menu__title {
|
.el-sub-menu__title {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
background: var(--pure-theme-menu-bg);
|
background: var(--pure-theme-menu-bg) !important;
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
position: static !important;
|
position: static !important;
|
||||||
|
@ -131,7 +131,7 @@ getMine().then(res => {
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.pure-account-settings {
|
.pure-account-settings {
|
||||||
background: var(--pure-theme-menu-bg);
|
background: var(--pure-theme-menu-bg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pure-account-settings-menu {
|
.pure-account-settings-menu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user