@lynn123411/dsh-a6api 1.4.0 → 1.4.1
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/lib/client.js +9 -1
- package/lib/client.js.map +2 -2
- package/package.json +1 -1
package/lib/client.js
CHANGED
|
@@ -2489,7 +2489,7 @@ var A6ApiSidebarCardBody = ({
|
|
|
2489
2489
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
2490
2490
|
"span",
|
|
2491
2491
|
{
|
|
2492
|
-
className:
|
|
2492
|
+
className: `dsh-a6-side-btn-wrap${wide ? "" : " rail"}`,
|
|
2493
2493
|
"data-tooltip": !canOpen ? "\u5F53\u524D\u4F1A\u8BDD\u672A\u4F7F\u7528 A6api \u6A21\u578B" : void 0,
|
|
2494
2494
|
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
|
|
2495
2495
|
"button",
|
|
@@ -4283,6 +4283,14 @@ body.dsh-a6api-tooltip-active [data-tooltip]::before {
|
|
|
4283
4283
|
.dsh-a6-side-btn-wrap {
|
|
4284
4284
|
display: flex;
|
|
4285
4285
|
min-width: 0;
|
|
4286
|
+
/* footerActions \u662F\u884C\u5411 flex \u5BB9\u5668(width:100%)\uFF1A\u62C9\u4F38\u5360\u6EE1,\u4E0E\u4E0A\u65B9\u300C\u8BBE\u7F6E\u300D\u6309\u94AE\u540C\u5BBD\u7684\u4E00\u6A2A\u6761 */
|
|
4287
|
+
flex: 1;
|
|
4288
|
+
}
|
|
4289
|
+
|
|
4290
|
+
/* rail(\u6298\u53E0)\u6001:footerActions \u6536\u7F29\u4E3A\u5C45\u4E2D\u5185\u5BB9\u5BBD,wrap \u4E0D\u53C2\u4E0E\u62C9\u4F38 */
|
|
4291
|
+
.dsh-a6-side-btn-wrap.rail {
|
|
4292
|
+
flex: none;
|
|
4293
|
+
width: auto;
|
|
4286
4294
|
}
|
|
4287
4295
|
|
|
4288
4296
|
/* \u539F\u751F\u98CE\u683C:\u5BF9\u9F50\u8BBE\u7F6E\u6309\u94AE(42px \u900F\u660E\u5E7D\u7075\u6309\u94AE,\u65E0\u8FB9\u6846\u65E0\u5E95\u8272,label-primary \u6587\u5B57,
|