doway-coms 2.10.46 → 2.10.47

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": "doway-coms",
3
- "version": "2.10.46",
3
+ "version": "2.10.47",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -3699,6 +3699,7 @@ export default {
3699
3699
 
3700
3700
  /* 添加到你的组件样式中 */
3701
3701
  .popover-content-card {
3702
+ top:100px !important;
3702
3703
  max-height: none !important; /* 移除最大高度限制 */
3703
3704
  overflow: visible !important; /* 允许内容溢出 */
3704
3705
  }