Browse Source

修复菜单错位的问题

ZaiZai 2 years ago
parent
commit
c1aa752ab1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/tentative/device/components/HcSelectTree.vue

+ 2 - 2
src/views/tentative/device/components/HcSelectTree.vue

@@ -103,7 +103,7 @@ const testTreeClick = (data) => {
 
 <style lang="scss" scoped>
 .el-radio-group {
-   width: auto !important; 
+   width: auto !important;
 }
 .form-item-div {
     background-color: white;
@@ -123,7 +123,7 @@ const testTreeClick = (data) => {
 .hc-select-tree.el-tree.hc-tree-node {
     margin-left: -12px;
 }
-.el-popper{
+.el-popper:not([class*='aside-menu-popper']) {
     // height: 400px;
     overflow-y: auto;
 }