Skip to content

Commit 1e3fc17

Browse files
committed
feat: Remove QPopover offset for some components
1 parent 0c601c7 commit 1e3fc17

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/components/autocomplete/QAutocomplete.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ export default {
213213
'class': dark ? 'bg-dark' : null,
214214
props: {
215215
fit: true,
216-
offset: [0, 10],
217216
anchorClick: false
218217
},
219218
on: {

src/components/color/QColor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ export default {
239239
? h(QPopover, {
240240
ref: 'popup',
241241
props: {
242-
offset: [0, 10],
243242
disable: this.disable,
244243
anchorClick: false,
245244
maxHeight: '100vh'

src/components/datetime/QDatetime.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ export default {
258258
? h(QPopover, {
259259
ref: 'popup',
260260
props: {
261-
offset: [0, 10],
262261
disable: this.disable,
263262
anchorClick: false,
264263
maxHeight: '100vh'

src/components/select/QSelect.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
ref="popover"
7575
fit
7676
:disable="readonly || disable"
77-
:offset="[0, 10]"
7877
:anchor-click="false"
7978
class="column no-wrap"
8079
:class="dark ? 'bg-dark' : null"

0 commit comments

Comments
 (0)