Skip to content

Commit f413556

Browse files
committed
✨ 2023-08-10:style: 修改TabMenu样式
1 parent 8d23c38 commit f413556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layout/components/TabMenu/src/TabMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export default defineComponent({
139139
id={`${variables.namespace}-menu`}
140140
class={[
141141
prefixCls,
142-
'relative bg-[var(--left-menu-bg-color)] top-1px z-3000 layout-border__right',
142+
'relative bg-[var(--left-menu-bg-color)] top-1px layout-border__right',
143143
{
144144
'w-[var(--tab-menu-max-width)]': !unref(collapse),
145145
'w-[var(--tab-menu-min-width)]': unref(collapse)

0 commit comments

Comments
 (0)