refactor(用例评审): 调整用例评审页面评审按钮的位置

This commit is contained in:
shiziyuan9527 2020-10-20 18:35:33 +08:00
parent eeab90cb50
commit 21dd0e7508
1 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<el-card>
<el-scrollbar>
<el-header>
<el-header style="height: 100%;">
<el-row type="flex" class="head-bar">
@ -27,7 +27,7 @@
</el-button>
</el-col>
<el-col :span="12" class="head-right">
<el-col :span="14" class="head-right">
<el-button plain size="mini" icon="el-icon-arrow-up"
:disabled="index + 1 <= 1"
@ -425,6 +425,7 @@ export default {
.head-right {
text-align: right;
margin-top: 30px;
}
.el-col:not(.test-detail) {