diff --git a/examples/routers/select.vue b/examples/routers/select.vue index 82e4bb9..ccbad80 100644 --- a/examples/routers/select.vue +++ b/examples/routers/select.vue @@ -1,5 +1,5 @@ @@ -33,7 +33,7 @@ label: 'Canberra' } ], - model1: '' + model10: [] } } } diff --git a/src/styles/components/select.less b/src/styles/components/select.less index 3e1486f..2b9f851 100644 --- a/src/styles/components/select.less +++ b/src/styles/components/select.less @@ -205,9 +205,9 @@ height: 24px; line-height: 22px; margin: 3px 4px 3px 0; - i{ - top: 2px; - } + //i{ + // top: 2px; + //} } &-large&-multiple .@{css-prefix}tag{ diff --git a/src/styles/components/tag.less b/src/styles/components/tag.less index e5a644d..f5a7718 100644 --- a/src/styles/components/tag.less +++ b/src/styles/components/tag.less @@ -104,7 +104,7 @@ .@{tag-close-prefix-cls} { margin-left: 18px !important; left: 4px; - top: 1px; + top: -1px; } } @@ -180,7 +180,7 @@ color: #666; opacity: 0.66; position: relative; - top: 1px; + top: -1px; //transition: all @transition-time @ease-in-out; &:hover { -- libgit2 0.21.4