fix(测试跟踪):测试跟踪功能用例列表页,每行的样式没有对齐见图,另外进入到用例详情页面,用例名称前置条件备注文本框内的信息也没对齐

--bug=1024945 --user=王旭 【跟踪测试】github#23238,测试跟踪功能用例列表页,每行的样式没有对齐见图,另外进入到用例详情页面,用例名称前置条件备注文本框内的信息也没对齐 https://www.tapd.cn/55049933/s/1357154
This commit is contained in:
WangXu10 2023-03-30 10:29:02 +08:00 committed by fit2-zhao
parent 601efbcf3c
commit e614b025ed
2 changed files with 16 additions and 1 deletions

View File

@ -446,7 +446,18 @@ export default {
border-radius: 4px;
box-shadow: none !important;
}
:deep(.content-input-wrapper){
width: 100%;
padding: 8px 25px 15px 15px;
}
:deep(.v-show-content){
width: 100%;
padding: 8px 25px 15px 15px;
}
:deep(.v-show-content-html){
width: 100%;
padding: 8px 25px 15px 15px;
}
:deep(.v-note-show) {
min-height: 65px;
}

View File

@ -220,6 +220,10 @@ export default {
</script>
<style scoped>
.el-table :deep(td:nth-child(1) .cell),
.el-table :deep(td:nth-child(1)) {
padding-left: 8px;
}
.el-table :deep(td:nth-child(2) .cell),
.el-table :deep(td:nth-child(2)),
.el-table :deep(td:nth-child(3) .cell),