fix(测试跟踪): 功能用例表格错行问题

--user=郭雨琦
This commit is contained in:
guoyuqi 2022-04-25 14:21:50 +08:00 committed by 刘瑞斌
parent d1fcb33010
commit e003e8e6af
1 changed files with 13 additions and 1 deletions

View File

@ -22,7 +22,7 @@
:key="tableActive"
ref="table">
<el-table-column
<el-table-column
v-if="enableSelection"
width="50"
type="selection"/>
@ -521,6 +521,18 @@ export default {
</script>
<style scoped>
.el-table{
overflow: auto;
}
.el-table__header-wrapper,.el-table__body-wrapper,.el-table__footer-wrapper{overflow:visible;}
.el-table__body-wrapper{
overflow-x:visible !important;
}
/* 这个是为了解决前面样式覆盖之后伪类带出来的竖线 */
.el-table::after{
position: relative;
}
.batch-popper {
top: 300px;
color: #1FDD02;