Commit 487627b3b9aaca85fa3aed4043f42dd04154b267

Authored by fengtao
1 parent 8546f394

refactor 优化菜单

@@ -167,3 +167,14 @@ @@ -167,3 +167,14 @@
167 }, 167 },
168 }); 168 });
169 </script> 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>