@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.cjs.js +4 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -15940,6 +15940,7 @@ var ly0default$1 = {
|
|
|
15940
15940
|
backgroundColor: '#545c64',
|
|
15941
15941
|
textColor: '#fff',
|
|
15942
15942
|
activeTextColor: '#ffd04b',
|
|
15943
|
+
horizontalHeight: '50px',
|
|
15943
15944
|
styleBase: 'border: none;',
|
|
15944
15945
|
style: '',
|
|
15945
15946
|
menu: []
|
|
@@ -16021,7 +16022,9 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16021
16022
|
"text-color": $options.myProps0.textColor,
|
|
16022
16023
|
"active-text-color": $options.myProps0.activeTextColor,
|
|
16023
16024
|
"menu-trigger": "hover",
|
|
16024
|
-
style: vue.normalizeStyle($options.myProps0.
|
|
16025
|
+
style: vue.normalizeStyle('--el-menu-horizontal-height: ' + $options.myProps0.horizontalHeight + '; ' +
|
|
16026
|
+
$options.myProps0.styleBase + ' ' +
|
|
16027
|
+
$options.myProps0.style)
|
|
16025
16028
|
}, {
|
|
16026
16029
|
default: vue.withCtx(() => [
|
|
16027
16030
|
vue.createCommentVNode(" 第1层 "),
|