diff --git a/examples/routers/select.vue b/examples/routers/select.vue index 65606020..e8daa876 100644 --- a/examples/routers/select.vue +++ b/examples/routers/select.vue @@ -90,6 +90,8 @@ <Row> <Col span="12" style="padding-right:10px"> <Select + size="small" + placeholder="提示提示" v-model="model13" filterable remote diff --git a/src/styles/components/select.less b/src/styles/components/select.less index 7a031922..314dfb82 100644 --- a/src/styles/components/select.less +++ b/src/styles/components/select.less @@ -161,7 +161,8 @@ } &-small &-input{ - height: @input-height-small; + height: @input-height-small - 2px; + line-height: @input-height-small - 2px; } &-multiple &-input{