@yoooloo42/joker 1.0.22 → 1.0.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/dist/index.esm.js CHANGED
@@ -15936,6 +15936,7 @@ var ly0default$1 = {
15936
15936
  backgroundColor: '#545c64',
15937
15937
  textColor: '#fff',
15938
15938
  activeTextColor: '#ffd04b',
15939
+ horizontalHeight: '50px',
15939
15940
  styleBase: 'border: none;',
15940
15941
  style: '',
15941
15942
  menu: []
@@ -16017,7 +16018,9 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
16017
16018
  "text-color": $options.myProps0.textColor,
16018
16019
  "active-text-color": $options.myProps0.activeTextColor,
16019
16020
  "menu-trigger": "hover",
16020
- style: normalizeStyle($options.myProps0.styleBase + ' ' + $options.myProps0.style)
16021
+ style: normalizeStyle('--el-menu-horizontal-height: ' + $options.myProps0.horizontalHeight + '; ' +
16022
+ $options.myProps0.styleBase + ' ' +
16023
+ $options.myProps0.style)
16021
16024
  }, {
16022
16025
  default: withCtx(() => [
16023
16026
  createCommentVNode(" 第1层 "),