Browse Source

样式bug修改

master
蟑螂恶霸 2 years ago
parent
commit
4c974c19bf
  1. 4
      src/views/administrative/appointmentList.vue
  2. 4
      src/views/enforce/enforcementPlan.vue

4
src/views/administrative/appointmentList.vue

@ -451,6 +451,8 @@
flex-direction: row;
align-items: end;
position: relative;
height: 0.65rem;
margin: 3% 0 1%;
.date-select {
font-size: 0.52rem;
@ -463,7 +465,7 @@
.search-button {
position: absolute;
top: 0.2rem;
top: 0;
right: 3%;
width: 15%;
height: 0.6rem;

4
src/views/enforce/enforcementPlan.vue

@ -403,6 +403,8 @@
flex-direction: row;
align-items: end;
position: relative;
height: 0.65rem;
margin: 3% 0 1%;
.date-select {
font-size: 0.52rem;
@ -415,7 +417,7 @@
.search-button {
position: absolute;
top: 0.2rem;
top: 0;
right: 3%;
width: 15%;
height: 0.6rem;

Loading…
Cancel
Save