我想改变这个输入的大小
x1c 0d1x的数据
here.html组件
<div class="time-picker" dir="ltr">
<ngx-timepicker-field [defaultTime]="'00:00'" [format]="24" [clockTheme]="theme"></ngx-timepicker-field>
</div>
字符串
Here .ts组件
import { NgxMaterialTimepickerTheme } from 'ngx-material-timepicker';
theme: NgxMaterialTimepickerTheme = {
container: {
bodyBackgroundColor: '#25bcbd',
buttonColor: '#fff',
},
dial: {
dialBackgroundColor: '#4fcbcc',
},
clockFace: {
clockFaceBackgroundColor: '#e6e7e8',
clockHandColor: '#25bcbd',
clockFaceTimeInactiveColor: '#4f5757',
},
};
型
我找了,没找到解决办法!
1条答案
按热度按时间7lrncoxx1#
文档中没有配置,而是像这样去定制CSS解决方案。
字符串
HTML
型
stackblitz