qdt-admin-layout 1.1.20 → 1.1.21

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": "qdt-admin-layout",
3
- "version": "1.1.20",
3
+ "version": "1.1.21",
4
4
  "description": "基于element-ui的后台管理layout的管家婆改版",
5
5
  "main": "src/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -82,12 +82,15 @@
82
82
  /* 新增:给触发元素添加明确的位置标识,辅助弹框定位 */
83
83
  }
84
84
  }
85
- .el-popover {
86
- top: 140%;
87
- left: 65% !important; /* 水平居中对齐触发元素 */
88
- transform: translateX(-50%) !important; /* 水平居中偏移 */
89
- margin: 0 !important; /* 清除默认margin,避免偏移 */
90
- z-index: 9999 !important;
85
+ .user-dropdown-reference{
86
+ .el-popover {
87
+ top: 140%;
88
+ left: 65% !important; /* 水平居中对齐触发元素 */
89
+ transform: translateX(-50%) !important; /* 水平居中偏移 */
90
+ margin: 0 !important; /* 清除默认margin,避免偏移 */
91
+ z-index: 9999 !important;
92
+ }
91
93
  }
94
+
92
95
  @import "theme-light";
93
96
  @import "theme-dark";