1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| /* .predictedDateChangeHolder{
| position: relative;
| display: inline-block;
| width: 80px;
| height: 80px;
| text-align: center;
| }
| .container .uiContainerManager{
| display: none !important;
| } */
| .custom-date-input .slds-datepicker {
| /* 设置日期选择器的宽度 */
| width: 300px; /* 根据需要调整宽度 */
| /* 设置日期选择器的高度 */
| height: 300px; /* 根据需要调整高度 */
| /* 设置其他样式属性,如字体大小、边框、边框圆角等 */
| }
|
|