File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1818.form {
1919 width : 80vw ;
2020
21+ .full-width-input {
22+ width : 100% ;
23+ }
24+
2125 @media (min-width : 500px ) {
2226 width : 400px ;
2327 }
Original file line number Diff line number Diff line change 6262 <tooltip-label :title =" $t('label.quota.tariff.value')" :tooltip =" apiParams.value.description" />
6363 </template >
6464 <a-input-number
65+ class =" full-width-input"
6566 v-model:value =" form.value"
6667 :placeholder =" $t('placeholder.quota.tariff.value')" />
6768 </a-form-item >
7071 <tooltip-label :title =" $t('label.quota.tariff.position')" :tooltip =" apiParams.position.description" />
7172 </template >
7273 <a-input-number
74+ class =" full-width-input"
7375 v-model:value =" form.position"
7476 :placeholder =" $t('placeholder.quota.tariff.position')" />
7577 </a-form-item >
7880 <tooltip-label :title =" $t('label.start.date')" :tooltip =" apiParams.startdate.description" />
7981 </template >
8082 <a-date-picker
83+ class =" full-width-input"
8184 v-model:value =" form.startDate"
8285 :disabled-date =" disabledStartDate"
8386 :placeholder =" $t('placeholder.quota.tariff.startdate')"
8992 <tooltip-label :title =" $t('label.end.date')" :tooltip =" apiParams.enddate.description" />
9093 </template >
9194 <a-date-picker
95+ class =" full-width-input"
9296 v-model:value =" form.endDate"
9397 :disabled-date =" disabledEndDate"
9498 :placeholder =" $t('placeholder.quota.tariff.enddate')"
Original file line number Diff line number Diff line change 3838 <tooltip-label :title =" $t('label.quota.tariff.value')" :tooltip =" apiParams.value.description" />
3939 </template >
4040 <a-input-number
41+ class =" full-width-input"
4142 v-model:value =" form.value"
4243 :placeholder =" $t('placeholder.quota.tariff.value')" />
4344 </a-form-item >
4647 <tooltip-label :title =" $t('label.quota.tariff.position')" :tooltip =" apiParams.position.description" />
4748 </template >
4849 <a-input-number
49- v-model:value =" form.position"
50- :placeholder =" $t('placeholder.quota.tariff.position')" />
50+ class =" full-width-input"
51+ v-model:value =" form.position"
52+ :placeholder =" $t('placeholder.quota.tariff.position')" />
5153 </a-form-item >
5254 <a-form-item ref =" endDate" name =" endDate" >
5355 <template #label >
5456 <tooltip-label :title =" $t('label.end.date')" :tooltip =" apiParams.enddate.description" />
5557 </template >
5658 <a-date-picker
59+ class =" full-width-input"
5760 v-model:value =" form.endDate"
5861 :disabled-date =" disabledEndDate"
5962 :placeholder =" $t('placeholder.quota.tariff.enddate')"
You can’t perform that action at this time.
0 commit comments