File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
client/packages/lowcoder-comps/src/comps/calendarComp Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -727,7 +727,7 @@ export const Event = styled.div<{
727
727
margin-left: 15px;
728
728
white-space: pre-wrap;
729
729
word-break: break-word;
730
- margin-top: 2px;
730
+ margin-top: 2px;
731
731
}
732
732
733
733
&.small {
@@ -761,10 +761,10 @@ export const Event = styled.div<{
761
761
}
762
762
&.past {
763
763
background-color: ${ ( props ) =>
764
- `rgba(${ props ?. $extendedProps ?. color } , 0.3)` } ;
764
+ `rgba(${ props ?. $extendedProps ?. color } , 0.3)` } ;
765
765
&::before {
766
- background-color: ${ ( props ) => props ?. $extendedProps ?. color } ;
767
- opacity: 0.3;
766
+ background-color: ${ ( props ) => props ?. $extendedProps ?. color } ;
767
+ opacity: 0.3;
768
768
}
769
769
&::before,
770
770
.event-title,
@@ -789,11 +789,12 @@ export const FormWrapper = styled(Form)<
789
789
label:not(.ant-form-item-required) {
790
790
margin-left: 2px;
791
791
}
792
- label.ant-form-item-required {
792
+ label.ant-form-item-required{
793
793
margin-left: 2px;
794
794
}
795
795
label span {
796
796
${ UnderlineCss }
797
+
797
798
}
798
799
}
799
800
@@ -1118,12 +1119,12 @@ export const slotLabelFormat = [
1118
1119
{
1119
1120
hour : "2-digit" ,
1120
1121
minute : "2-digit" ,
1121
- } ,
1122
+ } ,
1122
1123
] as FormatterInput [ ] ;
1123
1124
1124
1125
export const slotLabelFormatWeek = [
1125
1126
{ week : "short" } ,
1126
- { hour : "2-digit" } ,
1127
+ { hour : "2-digit" } ,
1127
1128
] as FormatterInput [ ] ;
1128
1129
1129
1130
export const slotLabelFormatMonth = [
You can’t perform that action at this time.
0 commit comments