style(menu): remove default list style bullets from menu
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
background: var(--bim-ui_bg_color, #2b2d30);
|
||||
border-radius: 4px;
|
||||
padding: 4px 0;
|
||||
margin: 0; /* 移除默认外边距 */
|
||||
list-style: none; /* 移除列表小圆点 */
|
||||
min-width: 160px;
|
||||
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
|
||||
Reference in New Issue
Block a user