update Cascader style
This commit is contained in:
parent
66574d7a3a
commit
2d23030a70
2 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<li :class="classes">
|
<li :class="classes">
|
||||||
{{ data.label }}
|
{{ data.label }}
|
||||||
<Icon :type="arrowType" :custom="customArrowType" :size="arrowSize" v-if="showArrow" />
|
<Icon :type="arrowType" :custom="customArrowType" :size="arrowSize" v-if="showArrow" />
|
||||||
<i v-if="showLoading" class="ivu-icon ivu-icon-ios-loading ivu-load-loop"></i>
|
<i v-if="showLoading" class="ivu-icon ivu-icon-ios-loading ivu-load-loop ivu-cascader-menu-item-loading"></i>
|
||||||
</li>
|
</li>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
|
|
|
@ -137,6 +137,9 @@
|
||||||
//margin-top: -6px;
|
//margin-top: -6px;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
}
|
}
|
||||||
|
&-loading{
|
||||||
|
margin-top: -6px;
|
||||||
|
}
|
||||||
|
|
||||||
&-active{
|
&-active{
|
||||||
background-color: @background-color-select-hover;
|
background-color: @background-color-select-hover;
|
||||||
|
|
Loading…
Add table
Reference in a new issue