fix: 修复任务中心左侧收起按钮被遮挡的问题
--bug=1013518 --user=刘瑞斌 【任务中心】“收起”显示不全 https://www.tapd.cn/55049933/s/1170977
This commit is contained in:
parent
3e385cd542
commit
f62d9287df
|
@ -587,7 +587,7 @@ export default {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 1372px;
|
right: 1372px;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
z-index: 1;
|
z-index: 5;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|
Loading…
Reference in New Issue