radio component

This commit is contained in:
cookfront
2017-02-28 16:50:09 +08:00
parent f2260deaa3
commit 5235ba42be
4 changed files with 31 additions and 3 deletions

View File

@@ -52,6 +52,10 @@
@when link {
margin-right: 20px;
}
@when alone {
float: left;
}
}
.zui-icon-arrow {

View File

@@ -2,8 +2,6 @@
@component-namespace z {
@b radio {
margin: 10px 0;
@when disabled {
.zui-icon {
color: #d1dbe5;
@@ -33,6 +31,8 @@
.zui-icon {
font-size: 22px;
line-height: 1;
position: relative;
top: 1px;
}
.zui-icon-checked {