diff --git a/components/qn-data-pickerview/qn-data-pickerview.vue b/components/qn-data-pickerview/qn-data-pickerview.vue index ffbe9f9..85f5058 100644 --- a/components/qn-data-pickerview/qn-data-pickerview.vue +++ b/components/qn-data-pickerview/qn-data-pickerview.vue @@ -257,7 +257,6 @@ export default { /* fix nvue */ overflow: hidden; /* #ifndef APP-NVUE */ - width: 6em; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; @@ -311,7 +310,6 @@ export default { /* fix nvue */ overflow: hidden; /* #ifndef APP-NVUE */ - width: 20em; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; diff --git a/components/qn-datetime-picker/time-picker.vue b/components/qn-datetime-picker/time-picker.vue index 699aa63..d958154 100644 --- a/components/qn-datetime-picker/time-picker.vue +++ b/components/qn-datetime-picker/time-picker.vue @@ -1,927 +1,919 @@