@wx-design/components 1.1.1 → 1.1.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/es/index.mjs +6 -2
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -16311,7 +16311,10 @@ const rC = /* @__PURE__ */ Dr(LG), Bf = {
|
|
|
16311
16311
|
_: 1
|
|
16312
16312
|
}, 8, ["modelValue"])
|
|
16313
16313
|
]),
|
|
16314
|
-
nn(Fn(Av), {
|
|
16314
|
+
nn(Fn(Av), {
|
|
16315
|
+
justify: "end",
|
|
16316
|
+
style: { "padding-top": "8px" }
|
|
16317
|
+
}, {
|
|
16315
16318
|
default: Gn(() => [
|
|
16316
16319
|
nn(Fn(sa), {
|
|
16317
16320
|
type: "primary",
|
|
@@ -16326,7 +16329,8 @@ const rC = /* @__PURE__ */ Dr(LG), Bf = {
|
|
|
16326
16329
|
}, 8, ["disabled"]),
|
|
16327
16330
|
nn(Fn(sa), {
|
|
16328
16331
|
size: "small",
|
|
16329
|
-
onClick: v
|
|
16332
|
+
onClick: v,
|
|
16333
|
+
style: { "margin-left": "10px" }
|
|
16330
16334
|
}, {
|
|
16331
16335
|
default: Gn(() => [
|
|
16332
16336
|
El(Ql(Fn(l).sabDesign.table.filter.reset), 1)
|