ไม่สามารถปรับขนาด Angular-UI Bootstrap Date-Picker แบบอินไลน์ได้

ฉันใช้การควบคุม Datepicker ล่าสุดของ Angular-UI แบบอินไลน์ และฉันไม่สามารถหาวิธีทำให้ใหญ่ขึ้นได้ ดังนั้นจึงใช้พื้นที่ทั้งหน้า (หรือคอนเทนเนอร์)

มีใครพยายาม/บรรลุผลตามที่ต้องการนี้หรือไม่?

การควบคุม Datepicker: https://github.com/angular-ui/bootstrap/tree/master/src/datepicker จาก http://angular-ui.github.io/bootstrap/

ฉันเหนื่อย:

รหัส:

        <div style="display:inline-block; min-height:290px!important; min-width:800px!important;">
            <div uib-datepicker ng-model="dt" class="col-12" datepicker-options="options"></div>
        </div>

ข้อมูลใด ๆ ที่ชื่นชม


person OverMars    schedule 18.11.2020    source แหล่งที่มา
comment
เป็นไปได้ไหมที่จะทำซ้ำสิ่งนี้ใน stackblitz.com   -  person Arunkumar Ramasamy    schedule 18.11.2020
comment
ดูเหมือนจะนึกไม่ออกว่าฉันจะทำให้ส่วนควบคุมใหญ่ขึ้นได้อย่างไร.. แค่เพิ่มความกว้าง/ความสูง?   -  person OverMars    schedule 18.11.2020