优化页面
This commit is contained in:
parent
dce5a0cee8
commit
fb652664f1
|
@ -154,6 +154,7 @@ export default {
|
||||||
}
|
}
|
||||||
// 底部固定按钮
|
// 底部固定按钮
|
||||||
.common-bottom-components {
|
.common-bottom-components {
|
||||||
|
z-index: 20;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
|
@ -57,7 +57,7 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.component-widgets-modal {
|
.component-widgets-modal {
|
||||||
z-index: 25;
|
z-index: 20;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in New Issue