update Input style
This commit is contained in:
parent
1e17564989
commit
9f249603d0
2 changed files with 20 additions and 0 deletions
|
@ -129,7 +129,11 @@
|
||||||
<Icon type="ios-aperture" slot="prefix" />
|
<Icon type="ios-aperture" slot="prefix" />
|
||||||
</Input>
|
</Input>
|
||||||
<br><br><br><br>
|
<br><br><br><br>
|
||||||
|
<Input v-model="value" search enter-button style="width: 300px" @on-search="hs" size="small" />
|
||||||
|
<br>
|
||||||
<Input v-model="value" search enter-button style="width: 300px" @on-search="hs" />
|
<Input v-model="value" search enter-button style="width: 300px" @on-search="hs" />
|
||||||
|
<br>
|
||||||
|
<Input v-model="value" search enter-button style="width: 300px" @on-search="hs" size="large" />
|
||||||
<br><br>
|
<br><br>
|
||||||
<Input v-model="value" search style="width: 300px" @on-search="hs" />
|
<Input v-model="value" search style="width: 300px" @on-search="hs" />
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
|
@ -113,6 +113,10 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
|
||||||
|
i{
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover{
|
&:hover{
|
||||||
background: tint(@primary-color, 20%) !important;
|
background: tint(@primary-color, 20%) !important;
|
||||||
border-color: tint(@primary-color, 20%) !important;
|
border-color: tint(@primary-color, 20%) !important;
|
||||||
|
@ -141,6 +145,18 @@
|
||||||
background: inherit;
|
background: inherit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&-wrapper-small &-search{
|
||||||
|
padding: 0 12px !important;
|
||||||
|
i{
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&-wrapper-large &-search{
|
||||||
|
padding: 0 20px !important;
|
||||||
|
i{
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
}
|
||||||
&-with-search{
|
&-with-search{
|
||||||
&:hover{
|
&:hover{
|
||||||
.@{input-prefix-cls} {
|
.@{input-prefix-cls} {
|
||||||
|
|
Loading…
Add table
Reference in a new issue