fix(测试跟踪): 测试计划关联功能用例按钮显示问题
--bug=1024520 --user=宋昌昌 【测试跟踪】测试计划-功能测试用例-我的用例和关联测试用例按钮被遮挡 https://www.tapd.cn/55049933/s/1351438
This commit is contained in:
parent
3460e3802e
commit
bc154d067c
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="card-container">
|
<div class="card-container">
|
||||||
<ms-table-header :condition.sync="condition" @search="search" ref="tableHeader"
|
<ms-table-header :condition.sync="condition" @search="search" ref="tableHeader"
|
||||||
:show-create="false" :tip="$t('commons.search_by_id_name_tag')">
|
:show-create="false" class="table-header" :tip="$t('commons.search_by_id_name_tag')">
|
||||||
|
|
||||||
<!-- 不显示 “全部用例” 标题,使标题为空 -->
|
<!-- 不显示 “全部用例” 标题,使标题为空 -->
|
||||||
<template v-slot:title>
|
<template v-slot:title>
|
||||||
|
@ -850,7 +850,6 @@ export default {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
|
||||||
.search {
|
.search {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
width: 240px;
|
width: 240px;
|
||||||
|
@ -865,4 +864,8 @@ export default {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table-header {
|
||||||
|
padding-bottom: 0.6rem;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue