fix: 修改首页和信息概览大屏的切换按钮层级
This commit is contained in:
parent
aaacfcb54e
commit
a99adfb27b
@ -88,7 +88,7 @@ onMounted(async () => {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 100;
|
z-index: 120;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
@ -175,7 +175,7 @@ onMounted(async () => {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 100;
|
z-index: 120;
|
||||||
:deep(.el-button) {
|
:deep(.el-button) {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -48,7 +48,7 @@ onMounted(async () => {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 100;
|
z-index: 120;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user