diff --git a/src/components/common/VnInput.vue b/src/components/common/VnInput.vue index 3abcaaf2b7d..cf840c82e6b 100644 --- a/src/components/common/VnInput.vue +++ b/src/components/common/VnInput.vue @@ -142,7 +142,7 @@ const mixinRules = [ align-items: flex-end; } .q-field__append.q-field__marginal.row.no-wrap.items-center.row { - height: 30px; + height: 35px; // background-color: green; align-items: flex-end; } diff --git a/src/pages/Item/ItemFixedPrice.vue b/src/pages/Item/ItemFixedPrice.vue index c903033da49..2223cfbd949 100644 --- a/src/pages/Item/ItemFixedPrice.vue +++ b/src/pages/Item/ItemFixedPrice.vue @@ -488,7 +488,7 @@ function handleOnDataSave({ CrudModelRef }) { v-model.number="props.row.rate2" v-on="getRowUpdateInputEvents(props)" > - +