refactor(用例评审): 调整用例评审页面评审按钮的位置
This commit is contained in:
parent
eeab90cb50
commit
21dd0e7508
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue