Skip to content

Commit a40765a

Browse files
committed
Clear prettify
1 parent bdf5a26 commit a40765a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

client/packages/lowcoder-comps/src/comps/calendarComp/calendarConstants.tsx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ export const Event = styled.div<{
727727
margin-left: 15px;
728728
white-space: pre-wrap;
729729
word-break: break-word;
730-
margin-top: 2px;
730+
margin-top: 2px;
731731
}
732732
733733
&.small {
@@ -761,10 +761,10 @@ export const Event = styled.div<{
761761
}
762762
&.past {
763763
background-color: ${(props) =>
764-
`rgba(${props?.$extendedProps?.color}, 0.3)`};
764+
`rgba(${props?.$extendedProps?.color}, 0.3)`};
765765
&::before {
766-
background-color: ${(props) => props?.$extendedProps?.color};
767-
opacity: 0.3;
766+
background-color: ${(props) => props?.$extendedProps?.color};
767+
opacity: 0.3;
768768
}
769769
&::before,
770770
.event-title,
@@ -789,11 +789,12 @@ export const FormWrapper = styled(Form)<
789789
label:not(.ant-form-item-required) {
790790
margin-left: 2px;
791791
}
792-
label.ant-form-item-required {
792+
label.ant-form-item-required{
793793
margin-left: 2px;
794794
}
795795
label span {
796796
${UnderlineCss}
797+
797798
}
798799
}
799800
@@ -1118,12 +1119,12 @@ export const slotLabelFormat = [
11181119
{
11191120
hour: "2-digit",
11201121
minute: "2-digit",
1121-
},
1122+
},
11221123
] as FormatterInput[];
11231124

11241125
export const slotLabelFormatWeek = [
11251126
{ week: "short" },
1126-
{ hour: "2-digit" },
1127+
{ hour: "2-digit" },
11271128
] as FormatterInput[];
11281129

11291130
export const slotLabelFormatMonth = [

0 commit comments

Comments
 (0)