Skip to content

Commit c509cec

Browse files
authored
调整导航项的内边距以优化布局 (#787)
修改了 `.masa-stack-components .global-nav .nav .action-item` 的 `padding` 属性,将左内边距从 `24px` 调整为 `28px`。 修改了 `.masa-stack-components .global-nav .nav .action-item2` 的 `padding` 属性,将左内边距从 `32px` 调整为 `40px`。
1 parent d230c2c commit c509cec

File tree

1 file changed

+2
-2
lines changed
  • src/Masa.Stack.Components/wwwroot/css

1 file changed

+2
-2
lines changed

src/Masa.Stack.Components/wwwroot/css/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,12 +181,12 @@ h1:focus {
181181
}
182182

183183
.masa-stack-components .global-nav .nav .action-item {
184-
padding: 0 8px 0 24px;
184+
padding: 0 8px 0 28px;
185185
color: #7681AB;
186186
}
187187

188188
.masa-stack-components .global-nav .nav .action-item2 {
189-
padding: 0 8px 0 32px;
189+
padding: 0 8px 0 40px;
190190
color: #7681AB;
191191
}
192192

0 commit comments

Comments
 (0)