refactor(测试跟踪): 用例保存按钮样式优化
--bug=1010481 --user=陈建星 [测试跟踪]-功能用例-依赖关系中添加多个前置用例后变更历史显示优化 https://www.tapd.cn/55049933/s/1107393
This commit is contained in:
parent
011cb75cc6
commit
c96771d588
|
@ -1962,7 +1962,7 @@ export default {
|
||||||
.ms-opt-btn {
|
.ms-opt-btn {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 50px;
|
right: 50px;
|
||||||
z-index: 1;
|
z-index: 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-tree >>> .el-tree-node__expand-icon.expanded {
|
.ms-tree >>> .el-tree-node__expand-icon.expanded {
|
||||||
|
|
|
@ -993,7 +993,7 @@ export default {
|
||||||
.ms-opt-btn {
|
.ms-opt-btn {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 50px;
|
right: 50px;
|
||||||
z-index: 1;
|
z-index: 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-tree >>> .el-tree-node__expand-icon.expanded {
|
.ms-tree >>> .el-tree-node__expand-icon.expanded {
|
||||||
|
|
|
@ -1121,7 +1121,7 @@ export default {
|
||||||
.ms-opt-btn {
|
.ms-opt-btn {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 50px;
|
right: 50px;
|
||||||
z-index: 1;
|
z-index: 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-case-input {
|
.ms-case-input {
|
||||||
|
|
|
@ -1004,7 +1004,7 @@ export default {
|
||||||
.ms-opt-btn {
|
.ms-opt-btn {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 50px;
|
right: 50px;
|
||||||
z-index: 1;
|
z-index: 9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-case-input {
|
.ms-case-input {
|
||||||
|
|
Loading…
Reference in New Issue