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

View File

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