yuang-framework-ui-pc 1.1.142 → 1.1.144
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,10 +98,9 @@ $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
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
'form-body-padding': 16px 2px 8px 20px,
|
|
101
|
+
'body-padding': 16px 22px 24px 22px,
|
|
102
|
+
/** 原来是:16px 22px 8px 20px 但是弹出框右侧缝隙太大,改成:16px 12px 8px 20px */
|
|
103
|
+
'form-body-padding': 16px 12px 8px 20px,
|
|
105
104
|
'footer-padding': 8px 20px 18px 20px,
|
|
106
105
|
'footer-border': none
|
|
107
106
|
),
|
|
@@ -98,10 +98,9 @@ $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
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
'form-body-padding': 16px 2px 8px 20px,
|
|
101
|
+
'body-padding': 16px 22px 24px 22px,
|
|
102
|
+
/** 原来是:16px 22px 8px 20px 但是弹出框右侧缝隙太大,改成:16px 12px 8px 20px */
|
|
103
|
+
'form-body-padding': 16px 12px 8px 20px,
|
|
105
104
|
'footer-padding': 8px 20px 18px 20px,
|
|
106
105
|
'footer-border': none
|
|
107
106
|
),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "yuang-framework-ui-pc",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.144",
|
|
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.
|
|
80
|
+
"yuang-framework-ui-common": "^1.0.119"
|
|
81
81
|
},
|
|
82
82
|
"main": "lib/index.cjs",
|
|
83
83
|
"module": "es/index.js",
|