File tree Expand file tree Collapse file tree
style/mobile/components/button Expand file tree Collapse file tree Original file line number Diff line number Diff line change 120120 transition : all 0.3s ;
121121 border-radius : @button-border-radius ;
122122 outline : none ;
123- /* stylelint-disable-next-line */
124- font-family :
125- PingFang SC,
126- Microsoft YaHei,
127- Arial Regular;
123+ font-family : @button-font-family ;
128124 font-weight : @button-font-weight ;
129125 vertical-align : top ;
130126
Original file line number Diff line number Diff line change 11@button-border-width : var (--td-button-border-width , 2px );
22@button-border-radius : var (--td-button-border-radius , @radius-default);
33@button-font-weight : var (--td-button-font-weight , 600 );
4+ @button-font-family : var (--td-button-font-family , @font-family);
45
56@button-extra-small-font-size : var (--td-button-extra-small-font-size , @font-size-base);
67@button-small-font-size : var (--td-button-small-font-size , @font-size-base);
You can’t perform that action at this time.
0 commit comments