tx-sider 2.2.22 → 2.2.23
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/TXUI.mjs +3 -3
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -55364,7 +55364,7 @@ const _sfc_main = {
|
|
|
55364
55364
|
};
|
|
55365
55365
|
}
|
|
55366
55366
|
};
|
|
55367
|
-
const _withScopeId = (n10) => (pushScopeId("data-v-
|
|
55367
|
+
const _withScopeId = (n10) => (pushScopeId("data-v-5982753e"), n10 = n10(), popScopeId(), n10);
|
|
55368
55368
|
const _hoisted_1 = {
|
|
55369
55369
|
class: "bg-white defaultTS funcTC relative",
|
|
55370
55370
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -55783,7 +55783,7 @@ const _hoisted_95 = { class: "flex flex-col px-5 pr-0 h-full" };
|
|
|
55783
55783
|
const _hoisted_96 = ["onClick"];
|
|
55784
55784
|
const _hoisted_97 = { class: "w-full h-full overflow-y-auto content" };
|
|
55785
55785
|
const _hoisted_98 = { class: "mb-[20px]" };
|
|
55786
|
-
const _hoisted_99 = { class: "flex justify-center
|
|
55786
|
+
const _hoisted_99 = { class: "h-[10%] flex justify-center items-center" };
|
|
55787
55787
|
const _hoisted_100 = /* @__PURE__ */ createTextVNode(" 取消 ");
|
|
55788
55788
|
const _hoisted_101 = /* @__PURE__ */ createTextVNode(" 设为已读 ");
|
|
55789
55789
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
@@ -56484,7 +56484,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56484
56484
|
}, 8, ["show"])
|
|
56485
56485
|
], 64);
|
|
56486
56486
|
}
|
|
56487
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
56487
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-5982753e"]]);
|
|
56488
56488
|
const style = "";
|
|
56489
56489
|
const components = [TSider];
|
|
56490
56490
|
installComponents();
|