This commit is contained in:
梁灏 2019-04-08 10:00:58 +08:00
parent fd5d3596d6
commit 01d898dc73
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@
ref="input">
<Icon type="ios-close-circle" :class="[prefixCls + '-arrow']" v-if="resetSelect" @click.native.stop="onClear"></Icon>
<Icon type="ios-arrow-down" :class="[prefixCls + '-arrow']" v-if="!resetSelect && !remote && !disabled"></Icon>
<Icon type="ios-arrow-down" :class="[prefixCls + '-arrow']" v-if="!resetSelect && !remote"></Icon>
</div>
</template>
<script>

View file

@ -53,7 +53,7 @@
.disabled();
.@{select-prefix-cls}-arrow {
display: none;
color: @slider-disabled-color;
}
&:hover {