File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
lowcoder-comps/src/comps/calendarComp
lowcoder/src/comps/controls Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -756,13 +756,8 @@ export const FormWrapper = styled(Form)<{
756756 text-align: left;
757757 line-height: 18px;
758758
759- label.ant-form-item-required {
760- font-size: ${ ( props ) => props . $modaltyle . textSize } ;
761- }
762-
763759 label:not(.ant-form-item-required) {
764760 margin-left: 11px;
765- font-size: ${ ( props ) => props . $modaltyle . textSize } ;
766761 }
767762 label span {
768763 ${ UnderlineCss }
@@ -777,7 +772,6 @@ export const FormWrapper = styled(Form)<{
777772 border-width: ${ ( props ) => props . $modaltyle . borderWidth } ;
778773 border-style: ${ ( props ) => props . $modaltyle . borderStyle } ;
779774 color: ${ ( props ) => props . $modaltyle . text } ;
780- font-size: ${ ( props ) => props . $modaltyle . textSize } ;
781775 }
782776
783777` ;
Original file line number Diff line number Diff line change @@ -1866,7 +1866,6 @@ export const EventModalStyle = [
18661866 BORDER_WIDTH ,
18671867 BORDER_STYLE ,
18681868 TEXT ,
1869- TEXT_SIZE ,
18701869 {
18711870 name : "labelBackground" ,
18721871 label : trans ( "style.labelBackground" ) ,
You can’t perform that action at this time.
0 commit comments