fix: 修改首页和信息概览大屏的切换按钮层级

This commit is contained in:
kun 2024-07-02 11:06:29 +08:00
parent aaacfcb54e
commit a99adfb27b
2 changed files with 3 additions and 3 deletions

View File

@ -88,7 +88,7 @@ onMounted(async () => {
position: absolute;
right: 10px;
top: 0;
z-index: 100;
z-index: 120;
width: 50px;
height: 50px;
border-radius: 50%;
@ -175,7 +175,7 @@ onMounted(async () => {
position: absolute;
right: 0;
top: 0;
z-index: 100;
z-index: 120;
:deep(.el-button) {
background-color: transparent;
}

View File

@ -48,7 +48,7 @@ onMounted(async () => {
position: absolute;
right: 10px;
top: 0;
z-index: 100;
z-index: 120;
width: 50px;
height: 50px;
border-radius: 50%;