binxie
2024-01-17 92d30efcdebfc59500385e018d597a6b6a946075
1
2
3
4
5
6
7
.custom-date-input .slds-datepicker {
    /* 设置日期选择器的宽度 */
    width: 300px; /* 根据需要调整宽度 */
    /* 设置日期选择器的高度 */
    height: 300px; /* 根据需要调整高度 */
    /* 设置其他样式属性,如字体大小、边框、边框圆角等 */
  }