修复UI问题
parent
4e458ec4cb
commit
377f665361
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue