force-app/main/default/lwc/lexPredictedDateChange/lexPredictedDateChange.css
@@ -1,4 +1,4 @@ .predictedDateChangeHolder{ /* .predictedDateChangeHolder{ position: relative; display: inline-block; width: 80px; @@ -7,4 +7,11 @@ } .container .uiContainerManager{ display: none !important; } } */ .custom-date-input .slds-datepicker { /* 设置日期选择器的宽度 */ width: 300px; /* 根据需要调整宽度 */ /* 设置日期选择器的高度 */ height: 300px; /* 根据需要调整高度 */ /* 设置其他样式属性,如字体大小、边框、边框圆角等 */ }