Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Mar 7, 2024
1 parent 9eb395e commit ca1c44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page/customize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export function setStyle (style: string) {
rules[CANDIDATE_INNER]['padding-right'] = px(j.Size.RightPadding)
rules[CANDIDATE_INNER]['padding-bottom'] = px(j.Size.BottomPadding)
rules[CANDIDATE_INNER]['padding-left'] = px(j.Size.LeftPadding)
rules[CANDIDATE_INNER]['gap'] = px(j.Size.LabelTextGap)
rules[CANDIDATE_INNER].gap = px(j.Size.LabelTextGap)
rules[PANEL_HORIZONTAL_DIVIDER] = {
'border-top-width': px(j.Size.HorizontalDividerWidth)
}
Expand Down

0 comments on commit ca1c44a

Please sign in to comment.