diff --git a/components/common/DatepickerTimeSelectBox.vue b/components/common/DatepickerTimeSelectBox.vue index 5b2ec0e..2a7b67b 100644 --- a/components/common/DatepickerTimeSelectBox.vue +++ b/components/common/DatepickerTimeSelectBox.vue @@ -52,6 +52,7 @@ selectBoxTimeItemList.minInterval ? selectBoxTimeItemList.minInterval : 1 " @update:propsValue="selectTimeValue1 = $event" + customClass="select-large" /> @@ -99,6 +100,7 @@ selectBoxTimeItemList.minInterval ? selectBoxTimeItemList.minInterval : 1 " @update:propsValue="selectTimeValue2 = $event" + customClass="select-large" /> diff --git a/components/common/button/ActionButtons.vue b/components/common/button/ActionButtons.vue index 9e75209..4d6a7f3 100644 --- a/components/common/button/ActionButtons.vue +++ b/components/common/button/ActionButtons.vue @@ -1,5 +1,7 @@