update Form
update Form
This commit is contained in:
parent
f706ef311d
commit
8a83e7c42b
4 changed files with 44 additions and 22 deletions
|
@ -57,7 +57,7 @@
|
|||
type: [Object, Array]
|
||||
},
|
||||
error: {
|
||||
type: Boolean
|
||||
type: String
|
||||
},
|
||||
validateStatus: {
|
||||
type: Boolean
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
display: inline-block;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
}
|
||||
&-icon {
|
||||
width: 32px;
|
||||
|
|
|
@ -102,6 +102,7 @@
|
|||
border-collapse: separate;
|
||||
position: relative;
|
||||
font-size: @font-size-small;
|
||||
top: 1px; // fixed when using in form inline,
|
||||
|
||||
&-large{
|
||||
font-size: @font-size-base;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue