Skip to content

Commit

Permalink
fix(*): scss
Browse files Browse the repository at this point in the history
  • Loading branch information
bindoon committed Dec 6, 2018
1 parent feede20 commit ac04e9d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/balloon/rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}

@mixin balloon-close-rtl(
$left,
$left
) {
.#{$css-prefix}balloon-close {
left: $left;
Expand Down
8 changes: 8 additions & 0 deletions src/form/item.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ export default class Item extends React.Component {
* 正则校验
*/
pattern: PropTypes.any,
/**
* pattern 自定义错误信息
*/
patternMessage: PropTypes.string,
/**
* pattern 自定义触发方式
*/
patternTrigger: PropTypes.oneOfType([PropTypes.string, PropTypes.array]),
/**
* [表单校验] 四种常用的 pattern
*/
Expand Down
2 changes: 1 addition & 1 deletion src/step/rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@mixin step-item-state-rtl(
$shape: 'circle',
$background: $color-white,
$background: $color-white
) {
#{$step-prefix}-item-node-dot {
right: 50%;
Expand Down
6 changes: 3 additions & 3 deletions src/tag/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
$tag-border-width,
$tag-size-l-padding-lr,
$tag-size-l-text-size,
$tag-size-l-icon-font,
$tag-size-l-icon-font
);
}

Expand All @@ -91,7 +91,7 @@
$tag-border-width,
$tag-size-m-padding-lr,
$tag-size-m-text-size,
$tag-size-m-icon-font,
$tag-size-m-icon-font
);
}

Expand All @@ -102,7 +102,7 @@
$tag-border-width,
$tag-size-s-padding-lr,
$tag-size-s-text-size,
$tag-size-s-icon-font,
$tag-size-s-icon-font
);
}

Expand Down
2 changes: 1 addition & 1 deletion src/tag/scss/mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$borderWidth,
$paddingLr,
$fontSize,
$iconSize,
$iconSize
) {
height: $height;
padding: 0;
Expand Down

0 comments on commit ac04e9d

Please sign in to comment.