RadioGroup add vertical props
RadioGroup add vertical props
This commit is contained in:
parent
a404bbaed3
commit
5722a6fb91
4 changed files with 20 additions and 10 deletions
|
@ -6,6 +6,13 @@
|
|||
.@{radio-group-prefix-cls} {
|
||||
display: inline-block;
|
||||
font-size: @font-size-small;
|
||||
&-vertical{
|
||||
.@{radio-prefix-cls}-wrapper {
|
||||
display: block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 普通状态
|
||||
|
@ -16,6 +23,10 @@
|
|||
position: relative;
|
||||
white-space: nowrap;
|
||||
margin-right: 8px;
|
||||
cursor: pointer;
|
||||
&-disabled{
|
||||
cursor: @cursor-disabled;
|
||||
}
|
||||
}
|
||||
|
||||
.@{radio-prefix-cls} {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue