fix: 修改整体样式
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
max-height: calc(100vh - 96px);
|
||||
overflow: auto;
|
||||
background-color: #fff;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.app-main-container::-webkit-scrollbar {
|
||||
width:6px;
|
||||
|
||||
@@ -70,6 +70,7 @@ const handleLogout = () => {
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
border-radius: 10px;
|
||||
.right-bar {
|
||||
margin-left: auto;
|
||||
display: flex;
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
:default-active="activeMenu"
|
||||
:unique-opened="true"
|
||||
:collapse="siderbarStore.isCollapse"
|
||||
active-text-color="#333"
|
||||
text-color="#333"
|
||||
active-text-color="#927648"
|
||||
text-color="#575757"
|
||||
style="border: none;"
|
||||
:collapse-transition="false"
|
||||
>
|
||||
|
||||
@@ -83,17 +83,17 @@ init()
|
||||
border: 1px solid darkgray;
|
||||
font-size: 13px;
|
||||
margin-right: 8px;
|
||||
border-radius: 4px;
|
||||
border-radius: 6px;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.active {
|
||||
background-color: #E9F4FF;
|
||||
border: 1px solid #418DFF;
|
||||
background-color: rgba(190,162,102,0.1);;
|
||||
border: 1px solid #BEA266;
|
||||
color: #333333;
|
||||
|
||||
> span:first-child {
|
||||
color: #418DFF;
|
||||
color: #BEA266;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user