yuang-framework-ui-pc 1.1.134 → 1.1.136

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.
@@ -98,8 +98,10 @@ $ele-rounded: map.deep-merge(
98
98
  'header-padding': 18px 20px 12px 20px,
99
99
  'header-border': none,
100
100
  'icon-hover-bg': elVar('fill-color', 'light'),
101
- 'body-padding': 16px 22px 24px 22px,
102
- 'form-body-padding': 16px 22px 8px 20px,
101
+ /** 原来是:16px 22px 24px 22px 但是弹出框右侧缝隙太大,改成:16px 2px 24px 22px */
102
+ 'body-padding': 16px 2px 24px 22px,
103
+ /** 原来是:16px 22px 8px 20px 但是弹出框右侧缝隙太大,改成:16px 2px 8px 20px */
104
+ 'form-body-padding': 16px 2px 8px 20px,
103
105
  'footer-padding': 8px 20px 18px 20px,
104
106
  'footer-border': none
105
107
  ),
@@ -98,8 +98,10 @@ $ele-rounded: map.deep-merge(
98
98
  'header-padding': 18px 20px 12px 20px,
99
99
  'header-border': none,
100
100
  'icon-hover-bg': elVar('fill-color', 'light'),
101
- 'body-padding': 16px 22px 24px 22px,
102
- 'form-body-padding': 16px 22px 8px 20px,
101
+ /** 原来是:16px 22px 24px 22px 但是弹出框右侧缝隙太大,改成:16px 2px 24px 22px */
102
+ 'body-padding': 16px 2px 24px 22px,
103
+ /** 原来是:16px 22px 8px 20px 但是弹出框右侧缝隙太大,改成:16px 2px 8px 20px */
104
+ 'form-body-padding': 16px 2px 8px 20px,
103
105
  'footer-padding': 8px 20px 18px 20px,
104
106
  'footer-border': none
105
107
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-pc",
3
- "version": "1.1.134",
3
+ "version": "1.1.136",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts --mode dev",
@@ -77,7 +77,7 @@
77
77
  "xgplayer": "^3.0.20",
78
78
  "xgplayer-hls": "^3.0.20",
79
79
  "xgplayer-music": "^3.0.20",
80
- "yuang-framework-ui-common": "^1.0.110"
80
+ "yuang-framework-ui-common": "^1.0.111"
81
81
  },
82
82
  "main": "lib/index.cjs",
83
83
  "module": "es/index.js",