🌐 AI搜索 & 代理 主页
Skip to content

Commit 856b87e

Browse files
authored
Update form-datepicker.js
1 parent d0710e1 commit 856b87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/form-datepicker/form-datepicker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ export const BFormDatepicker = /*#__PURE__*/ Vue.extend({
530530
{
531531
key: 'calendar',
532532
ref: 'calendar',
533-
staticClass: 'b-form-date-calendar',
533+
staticClass: 'b-form-date-calendar w-100',
534534
props: this.calendarProps,
535535
on: {
536536
selected: this.onSelected,

0 commit comments

Comments
 (0)