Showing
2 changed files
with
24 additions
and
0 deletions
@@ -180,3 +180,15 @@ | @@ -180,3 +180,15 @@ | ||
180 | }, | 180 | }, |
181 | }); | 181 | }); |
182 | </script> | 182 | </script> |
183 | + | ||
184 | +<style scoped lang="less"> | ||
185 | + :deep(.vben-basic-tree) { | ||
186 | + width: 100% !important; | ||
187 | + } | ||
188 | + :deep(.is-unflod) { | ||
189 | + display: none !important; | ||
190 | + } | ||
191 | + :deep(.is-flod) { | ||
192 | + display: none !important; | ||
193 | + } | ||
194 | +</style> |
@@ -183,3 +183,15 @@ | @@ -183,3 +183,15 @@ | ||
183 | }, | 183 | }, |
184 | }); | 184 | }); |
185 | </script> | 185 | </script> |
186 | + | ||
187 | +<style scoped lang="less"> | ||
188 | + :deep(.vben-basic-tree) { | ||
189 | + width: 100% !important; | ||
190 | + } | ||
191 | + :deep(.is-unflod) { | ||
192 | + display: none !important; | ||
193 | + } | ||
194 | + :deep(.is-flod) { | ||
195 | + display: none !important; | ||
196 | + } | ||
197 | +</style> |