@fewangsit/wangsvue-presets 1.0.103 → 1.0.104-alpha.2
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/fixedasset/dialogconfirm/index.d.ts +1 -1
- package/fixedasset/dialogconfirm/index.js +1 -1
- package/fixedasset/index.es.js +2 -2
- package/fixedasset/index.system.js +2 -2
- package/fixedasset/style.css +8 -4
- package/fixedasset/tree/index.js +1 -1
- package/globalsettings/dialogconfirm/index.d.ts +1 -1
- package/globalsettings/dialogconfirm/index.js +1 -1
- package/globalsettings/index.es.js +2 -2
- package/globalsettings/index.system.js +2 -2
- package/globalsettings/style.css +8 -4
- package/globalsettings/tree/index.js +1 -1
- package/package.json +1 -1
- package/supplyasset/dialogconfirm/index.d.ts +1 -1
- package/supplyasset/dialogconfirm/index.js +1 -1
- package/supplyasset/index.es.js +10 -10
- package/supplyasset/index.system.js +2 -2
- package/supplyasset/style.css +8 -4
- package/supplyasset/tree/index.js +1 -1
- package/wangsvue/dialogconfirm/index.js +1 -1
- package/wangsvue/index.es.js +1 -1
- package/wangsvue/index.system.js +1 -1
- package/wangsvue/style.css +4 -4
|
@@ -28,7 +28,7 @@ exports.default = {
|
|
|
28
28
|
'data-wv-section': 'dialog-confirm-title',
|
|
29
29
|
}); },
|
|
30
30
|
content: {
|
|
31
|
-
'class':
|
|
31
|
+
'class': '[&_ul]:list-outside [&_ul]:list-disc [&_ul]:pl-6',
|
|
32
32
|
'data-wv-section': 'dialog-confirm-content',
|
|
33
33
|
},
|
|
34
34
|
list: {
|
package/fixedasset/index.es.js
CHANGED
|
@@ -2859,7 +2859,7 @@ const T = {
|
|
|
2859
2859
|
"data-wv-section": "dialog-confirm-title"
|
|
2860
2860
|
}),
|
|
2861
2861
|
content: {
|
|
2862
|
-
class:
|
|
2862
|
+
class: "[&_ul]:list-outside [&_ul]:list-disc [&_ul]:pl-6",
|
|
2863
2863
|
"data-wv-section": "dialog-confirm-content"
|
|
2864
2864
|
},
|
|
2865
2865
|
list: {
|
|
@@ -8984,7 +8984,7 @@ const me = m("WANGS-INPUT-OTP", {
|
|
|
8984
8984
|
node: {
|
|
8985
8985
|
class: [
|
|
8986
8986
|
"p-0",
|
|
8987
|
-
"pl-1",
|
|
8987
|
+
"!pl-1",
|
|
8988
8988
|
"rounded-md",
|
|
8989
8989
|
"focus:outline-none focus:outline-offset-0"
|
|
8990
8990
|
]
|