This commit is contained in:
shijingjing
2022-06-30 16:29:50 +08:00
parent b29ddfc2fc
commit 7a0ae3143b

View File

@@ -145,5 +145,10 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.psList { .psList {
height: 100%; height: 100%;
::v-deep .is-current>.el-tree-node__content{
width: 100%!important;
padding-right: 16px!important;
}
} }
</style> </style>