Skip to content

Commit d230c2c

Browse files
authored
调整样式以优化密集输入字段和标题焦点 (#786)
更新了 `h1:focus` 的 transform 样式以改善视觉效果。 删除了 `.m-input__append-inner` 的部分样式以简化布局。 调整了 `.m-label` 的 top 属性以优化密集模式下的对齐。
1 parent 88b40f3 commit d230c2c

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,6 @@ h1:focus {
506506

507507
.masa-stack-components .m-text-field--outlined.m-input--dense.m-input--dense-48 .m-input__append-inner {
508508
margin-top: 12px;
509-
height: 48px;
510-
margin-right: -12px;
511509
}
512510

513511
.masa-stack-components .m-text-field--outlined.m-input--dense.m-input--dense-40 .m-label {

0 commit comments

Comments
 (0)