@airpower/web 0.2.64 → 0.2.66
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/main.js +1 -1
- package/dist/web.css +1 -4
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -1317,7 +1317,7 @@ const _sfc_main$v = /* @__PURE__ */ defineComponent({
|
|
|
1317
1317
|
return __props.link ? (openBlock(), createBlock(_component_ElLink, mergeProps({
|
|
1318
1318
|
key: 0,
|
|
1319
1319
|
disabled: isDisabled.value,
|
|
1320
|
-
type: __props.danger ? "danger" : __props.warning ? "warning" : __props.primary ? "primary" : "
|
|
1320
|
+
type: __props.danger ? "danger" : __props.warning ? "warning" : __props.primary ? "primary" : "",
|
|
1321
1321
|
underline: false
|
|
1322
1322
|
}, _ctx.$attrs, toHandlers(_ctx.$attrs)), {
|
|
1323
1323
|
default: withCtx(() => [
|
package/dist/web.css
CHANGED
|
@@ -1306,11 +1306,8 @@ textarea {
|
|
|
1306
1306
|
align-items: flex-start;
|
|
1307
1307
|
margin-bottom: 10px;
|
|
1308
1308
|
}
|
|
1309
|
-
.a-table-container .a-table-toolbar .a-table-toolbar-left {
|
|
1310
|
-
flex: 1;
|
|
1311
|
-
}
|
|
1312
1309
|
.a-table-container .a-table-toolbar .a-table-toolbar-left .el-button + .el-button {
|
|
1313
|
-
margin-left:
|
|
1310
|
+
margin-left: 0px;
|
|
1314
1311
|
}
|
|
1315
1312
|
.a-table-container .a-table-toolbar .a-table-toolbar-right {
|
|
1316
1313
|
flex: 1;
|