zzz-pc-view 0.0.65 → 0.0.67
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/package.json +1 -1
- package/src/index.es.js +1 -1
- package/src/index.umd.js +1 -1
- package/src/zzz-frame.css +1 -1
package/package.json
CHANGED
package/src/index.es.js
CHANGED
|
@@ -11642,7 +11642,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
11642
11642
|
], 10, _hoisted_1$4)) : (openBlock(), createBlock(_component_el_sub_menu, {
|
|
11643
11643
|
key: 1,
|
|
11644
11644
|
index: nav.id,
|
|
11645
|
-
class: normalizeClass(_ctx.onlyShowRoot ? "" : "flex center")
|
|
11645
|
+
class: normalizeClass(_ctx.onlyShowRoot ? "" : "flex valign-center")
|
|
11646
11646
|
}, {
|
|
11647
11647
|
title: withCtx(() => [
|
|
11648
11648
|
nav.icon ? (openBlock(), createBlock(resolveDynamicComponent(nav.icon), {
|