style: 调整
This commit is contained in:
@ -106,7 +106,7 @@ export default defineComponent({
|
|||||||
v-slots={{
|
v-slots={{
|
||||||
overlay: () => {
|
overlay: () => {
|
||||||
return (
|
return (
|
||||||
<div class="p-8px bg-#fff container">
|
<div class="p-8px bg-#fff container w-139px">
|
||||||
{item.children.map((child) => {
|
{item.children.map((child) => {
|
||||||
return renderMenuItem(child);
|
return renderMenuItem(child);
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user