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