style: 表格去掉多余的滚动条

This commit is contained in:
CaptainB 2022-05-07 14:01:02 +08:00 committed by halo-ci-bot[bot]
parent 22c9c734b9
commit 1800b4bf06
2 changed files with 5 additions and 3 deletions

View File

@ -521,9 +521,7 @@ 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;

View File

@ -1222,4 +1222,8 @@ export default {
.el-tag {
margin-left: 10px;
}
/deep/ .el-table{
overflow: auto;
}
</style>