优化
This commit is contained in:
@@ -480,7 +480,6 @@ function getCellTextColor(dateCell: DateCell): string {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
function getCellBgColor(dateCell: DateCell): string {
|
function getCellBgColor(dateCell: DateCell): string {
|
||||||
console.log(bgSelectedColor.value);
|
|
||||||
if (dateCell.isSelected) {
|
if (dateCell.isSelected) {
|
||||||
return bgSelectedColor.value;
|
return bgSelectedColor.value;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user