imatrix-ui 2.9.3-dw → 2.9.3-dw-tmp1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imatrix-ui",
3
- "version": "2.9.3-dw",
3
+ "version": "2.9.3-dw-tmp1",
4
4
  "description": "前端组件库:表格、表单、组织结构树等",
5
5
  "main": "lib/imatrix-ui.min.js",
6
6
  "private": false,
@@ -188,6 +188,11 @@
188
188
  }
189
189
  }
190
190
 
191
+ .sidebar-container-popper {
192
+ height: 100%;
193
+ overflow: auto;
194
+ }
195
+
191
196
  .sidebar-container-popper .el-submenu__title:not(.is-disabled):hover {
192
197
  background: #F7F7F8;
193
198
  color: rgba(0, 13, 31, 0.85);
@@ -8,7 +8,7 @@
8
8
  </app-link>
9
9
  </template>
10
10
 
11
- <el-submenu v-else :index="resolvePath(item.code,item.path,item.pageType)" :show-timeout="0" :hide-timeout="50" popper-class="sidebar-container-popper">
11
+ <el-submenu v-else :index="resolvePath(item.code,item.path,item.pageType)" :show-timeout="0" :hide-timeout="50" :popper-append-to-body="false" popper-class="sidebar-container-popper">
12
12
  <template v-slot:title>
13
13
  <item :icon="item.iconName" :title="getI18nName(item)" :has-children="item.children.length > 0?true:false" />
14
14
  </template>