去掉没有值的变量

This commit is contained in:
ahua52 2017-07-27 14:32:25 +08:00
parent 8488de515a
commit fe2a628906
1 changed files with 3 additions and 3 deletions

View File

@ -625,8 +625,8 @@ $radio-icon-width: 18px;
$radio-icon-checked-height: 8px;
$radio-icon-checked-width: 8px;
$radio-button-lg-height:32px;
$radio-button-lg-line-height:30px;
$radio-button-lg-height:42px;
$radio-button-lg-line-height:26px;
$radio-button-sm-height:22px;
$radio-button-sm-line-height:20px;
@ -1218,7 +1218,7 @@ $popconfirm-title-bg: #fff;
$popconfirm-border-color:$border-color-base;
$popconfirm-arrow-width: 10px;
$popconfirm-arrow-color: $border-color-base;
$popconfirm-arrow-outer-width: ;
$popconfirm-arrow-outer-width: 0;
$popconfirm-arrow-outer-color: $border-color-base;
$popconfirm-border-right-color: $border-color-base;
$popconfirm-fallback-border-color: #fff;