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

Loading…
Cancel
Save