fix(测试跟踪):测试跟踪功能用例列表页,每行的样式没有对齐见图,另外进入到用例详情页面,用例名称前置条件备注文本框内的信息也没对齐
--bug=1024945 --user=王旭 【跟踪测试】github#23238,测试跟踪功能用例列表页,每行的样式没有对齐见图,另外进入到用例详情页面,用例名称前置条件备注文本框内的信息也没对齐 https://www.tapd.cn/55049933/s/1357154
This commit is contained in:
parent
601efbcf3c
commit
e614b025ed
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue