File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
app/demo/time/with-combo-select Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 66<!-- start to learn the demo from here -->
77< jigsaw-combo-select [(value)] ="singleTimeComboValue " width ="150px ">
88 < ng-template >
9- < jigsaw-time [(date)] ="date " (dateChange) ="handleDateChange($event) ">
9+ < jigsaw-time [(date)] ="date " (dateChange) ="handleDateChange($event) " gr =" second " >
1010 </ jigsaw-time >
1111 </ ng-template >
1212</ jigsaw-combo-select >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import {ArrayCollection} from "jigsaw/core/data/array-collection";
77 templateUrl : './demo.component.html'
88} )
99export class ComboSelectDemoComponent {
10- date = TimeService . getFormatDate ( 'now' , TimeGr . date ) ;
10+ date = TimeService . getFormatDate ( 'now' , TimeGr . second ) ;
1111 singleTimeComboValue = new ArrayCollection ( [ {
1212 label : this . date ,
1313 closable : false
Original file line number Diff line number Diff line change 110110 text-shadow : none ;
111111 }
112112 }
113+
114+ .bootstrap-datetimepicker-widget .timepicker table td {
115+ height : 68px ;
116+ line-height : 68px ;
117+ }
118+
119+ .bootstrap-datetimepicker-widget.usetwentyfour .timepicker table td .hour {
120+ height : 34px ;
121+ line-height : 34px ;
122+ }
113123}
114124
115125/* 时间组件样式end*/
You can’t perform that action at this time.
0 commit comments