Commit 8546f3940b226b82437761a889a532e887b11722

Authored by fengtao
1 parent c1a07641

refactor 优化菜单

... ... @@ -180,3 +180,15 @@
180 180 },
181 181 });
182 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 183 },
184 184 });
185 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>
... ...