Browse Source

修复菜单错位的问题

ZaiZai 2 năm trước cách đây
mục cha
commit
c1aa752ab1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;
 }