fix:修改按钮留白

This commit is contained in:
zhangyu
2020-10-12 17:11:58 +08:00
parent 04e16d6b42
commit a3414e5aa2

View File

@@ -254,13 +254,15 @@ li{
height: 30px;
line-height: 30px;
text-align: center;
width: 74px;
min-width: 74px;
padding: 0 10px;
}
.nz-btn.nz-btn-size-small-new{
height: 24px;
line-height: 24px;
text-align: center;
width: 60px;
min-width: 60px;
padding: 0 10px;
}
.nz-btn.nz-btn-style-normal-new { /* 新版橙色按钮 */
background: $btn-normal-background-color-new;