lew-ui 1.8.2 → 1.8.3
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/dist/index.es.js +4 -22
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -10231,32 +10231,14 @@ const _sfc_main$d = defineComponent({
|
|
|
10231
10231
|
break;
|
|
10232
10232
|
case "text":
|
|
10233
10233
|
styleObj.backgroundColor = `transparent`;
|
|
10234
|
-
styleObj.color = `var(--lew-color-${_color}-dark`;
|
|
10234
|
+
styleObj.color = `var(--lew-color-${_color}-dark)`;
|
|
10235
10235
|
styleObj.boxShadow = "none";
|
|
10236
|
-
styleObj.minWidth = "auto";
|
|
10237
|
-
if (_loading.value || loading2) {
|
|
10238
|
-
if (props.size === "small") {
|
|
10239
|
-
styleObj.padding = "0px 8px 0px 24px";
|
|
10240
|
-
}
|
|
10241
|
-
if (props.size === "medium") {
|
|
10242
|
-
styleObj.padding = "0px 8px 0px 30px";
|
|
10243
|
-
}
|
|
10244
|
-
if (props.size === "large") {
|
|
10245
|
-
styleObj.padding = "0px 8px 0px 36px";
|
|
10246
|
-
}
|
|
10247
|
-
} else {
|
|
10248
|
-
if (props.icon) {
|
|
10249
|
-
styleObj.padding = "0px";
|
|
10250
|
-
} else {
|
|
10251
|
-
styleObj.padding = "0px 8px";
|
|
10252
|
-
}
|
|
10253
|
-
}
|
|
10254
10236
|
break;
|
|
10255
10237
|
default:
|
|
10256
10238
|
styleObj.backgroundColor = `var(--lew-color-${_color})`;
|
|
10257
10239
|
break;
|
|
10258
10240
|
}
|
|
10259
|
-
styleObj.borderRadius = round2 ? "
|
|
10241
|
+
styleObj.borderRadius = round2 ? "50px" : "none";
|
|
10260
10242
|
return styleObj;
|
|
10261
10243
|
});
|
|
10262
10244
|
return (_ctx, _cache) => {
|
|
@@ -14403,12 +14385,12 @@ const emptyProps = {
|
|
|
14403
14385
|
width: {
|
|
14404
14386
|
type: String,
|
|
14405
14387
|
default: "200px",
|
|
14406
|
-
description: "\
|
|
14388
|
+
description: "\u5BBD\u5EA6"
|
|
14407
14389
|
},
|
|
14408
14390
|
height: {
|
|
14409
14391
|
type: String,
|
|
14410
14392
|
default: "auto",
|
|
14411
|
-
description: "\
|
|
14393
|
+
description: "\u9AD8\u5EA6"
|
|
14412
14394
|
}
|
|
14413
14395
|
};
|
|
14414
14396
|
var LewEmpty_vue_vue_type_style_index_0_lang = "";
|