style: 按钮样式

This commit is contained in:
rd
2025-07-23 15:25:04 +08:00
parent b9a552bad8
commit 135221db8e

View File

@ -4,7 +4,7 @@
<a-menu-item v-for="item in menuList" :key="String(item.id)"> <a-menu-item v-for="item in menuList" :key="String(item.id)">
<template v-if="item.children"> <template v-if="item.children">
<a-dropdown :popup-max-height="false" class="layout-menu-item-dropdown"> <a-dropdown :popup-max-height="false" class="layout-menu-item-dropdown">
<a-button> <a-button type="text">
<span class="menu-item-text mr-2px"> {{ item.name }}</span> <span class="menu-item-text mr-2px"> {{ item.name }}</span>
<icon-caret-down size="16" class="arco-icon-down !mr-0" /> <icon-caret-down size="16" class="arco-icon-down !mr-0" />
</a-button> </a-button>