Browse Source

fix: 🧩 停车输入框优化

pull/2/head
liyongle 3 years ago
parent
commit
701be2af28
  1. 4
      src/components/PlateInput/PlateInput.vue

4
src/components/PlateInput/PlateInput.vue

@ -104,7 +104,7 @@ $btn-width: 218px;
}
&.space-wrapper {
&::before {
left: 100px;
left: 95px;
}
}
.input-wrapper {
@ -132,7 +132,7 @@ $btn-width: 218px;
border: 2px solid #d4a866;
}
&.space {
width: 80px;
width: 75px;
margin-right: 10px;
&:nth-child(1) {
margin-right: 42px;

Loading…
Cancel
Save