fix: 测试评审样式
This commit is contained in:
parent
be2699f1dc
commit
3593c907cd
|
@ -1,11 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="card-container">
|
<div class="card-container">
|
||||||
<ms-table-header :is-tester-permission="true" :condition.sync="condition" @search="initTableData"
|
<ms-table-header :is-,tester-permission="true" :condition.sync="condition" @search="initTableData"
|
||||||
:show-create="false" :tip="$t('commons.search_by_name_or_id')">
|
:show-create="false" :tip="$t('commons.search_by_name_or_id')">
|
||||||
<template v-slot:title>
|
|
||||||
<node-breadcrumb class="table-title" :nodes="selectParentNodes" @refresh="refresh"
|
|
||||||
:title="$t('test_track.review_view.all_case')"/>
|
|
||||||
</template>
|
|
||||||
<template v-slot:button>
|
<template v-slot:button>
|
||||||
<ms-table-button :is-tester-permission="true" icon="el-icon-video-play"
|
<ms-table-button :is-tester-permission="true" icon="el-icon-video-play"
|
||||||
:content="$t('test_track.review_view.start_review')" @click="startReview"/>
|
:content="$t('test_track.review_view.start_review')" @click="startReview"/>
|
||||||
|
@ -471,5 +467,11 @@ export default {
|
||||||
.ms-table-header {
|
.ms-table-header {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/deep/ .table-title {
|
||||||
|
height: 0px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 0px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue