修复UI问题

pull/930/merge
lyswhut 2022-03-11 20:44:40 +08:00
parent 4e458ec4cb
commit 377f665361
2 changed files with 12 additions and 0 deletions

View File

@ -165,6 +165,7 @@ export default {
@item-width: (100% / 3); @item-width: (100% / 3);
.btn { .btn {
position: relative;
box-sizing: border-box; box-sizing: border-box;
margin-left: 15px; margin-left: 15px;
margin-bottom: 15px; margin-bottom: 15px;
@ -199,6 +200,9 @@ export default {
} }
} }
.newListInput { .newListInput {
position: absolute;
left: 0;
top: 0;
width: 100%; width: 100%;
height: 34px; height: 34px;
border: none; border: none;
@ -209,6 +213,8 @@ export default {
font-size: 14px; font-size: 14px;
text-align: center; text-align: center;
font-family: inherit; font-family: inherit;
box-sizing: border-box;
padding: 0 10px;
display: none; display: none;
} }

View File

@ -163,6 +163,7 @@ export default {
@item-width: (100% / 3); @item-width: (100% / 3);
.btn { .btn {
position: relative;
box-sizing: border-box; box-sizing: border-box;
margin-left: 15px; margin-left: 15px;
margin-bottom: 15px; margin-bottom: 15px;
@ -197,6 +198,9 @@ export default {
} }
} }
.newListInput { .newListInput {
position: absolute;
left: 0;
top: 0;
width: 100%; width: 100%;
height: 34px; height: 34px;
border: none; border: none;
@ -207,6 +211,8 @@ export default {
font-size: 14px; font-size: 14px;
text-align: center; text-align: center;
font-family: inherit; font-family: inherit;
box-sizing: border-box;
padding: 0 10px;
display: none; display: none;
} }