refactor(editor): adjust min-width of context-menu (#11078)

fix: BS-2686
This commit is contained in:
zzj3720
2025-03-26 07:48:17 +00:00
parent ace5d44a61
commit 91876301bf

View File

@@ -36,7 +36,7 @@ export class MenuComponent
display: flex;
flex-direction: column;
user-select: none;
min-width: 276px;
min-width: 180px;
box-shadow: ${unsafeCSSVar('overlayPanelShadow')};
border-radius: 4px;
background-color: ${unsafeCSSVarV2('layer/background/overlayPanel')};