refactor(测试跟踪): 用例保存按钮样式优化

--bug=1010481 --user=陈建星 [测试跟踪]-功能用例-依赖关系中添加多个前置用例后变更历史显示优化 https://www.tapd.cn/55049933/s/1107393
This commit is contained in:
chenjianxing 2022-02-22 13:58:55 +08:00 committed by 刘瑞斌
parent 011cb75cc6
commit c96771d588
4 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {