Showing
1 changed file
with
11 additions
and
0 deletions
| ... | ... | @@ -167,3 +167,14 @@ | 
| 167 | 167 | }, | 
| 168 | 168 | }); | 
| 169 | 169 | </script> | 
| 170 | +<style scoped lang="less"> | |
| 171 | + :deep(.vben-basic-tree) { | |
| 172 | + width: 100% !important; | |
| 173 | + } | |
| 174 | + :deep(.is-unflod) { | |
| 175 | + display: none !important; | |
| 176 | + } | |
| 177 | + :deep(.is-flod) { | |
| 178 | + display: none !important; | |
| 179 | + } | |
| 180 | +</style> | ... | ... |