Skip to content

Commit

Permalink
fix: vue表单按钮宽度修复 (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
Muyu-art authored Sep 19, 2024
1 parent cd634db commit a9a9cf4
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@
width: 100%;

button {
border-radius: 4px;
width: 100px;
min-width: 100px;
height: 36px;
border-radius: 4px;
}

.screen {
Expand Down Expand Up @@ -176,9 +176,10 @@

.search-btn {
display: flex;

button {
height: 36px;
width: 100px;
height: 36px;
border-radius: 4px;
}
}

0 comments on commit a9a9cf4

Please sign in to comment.