style(接口测试): case最大化按钮位置优化
--bug=1024465 --user=赵勇 【接口测试】接口用例展开收起按钮位置问题 https://www.tapd.cn/55049933/s/1350613
This commit is contained in:
parent
e52dc01ad2
commit
f32e5ff7e8
|
@ -978,7 +978,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .fulls-screen-btn {
|
/deep/ .fulls-screen-btn {
|
||||||
position: fixed;
|
position: absolute !important;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue