diff --git a/examples/routers/card.vue b/examples/routers/card.vue index 1a6e9223..5fa851db 100644 --- a/examples/routers/card.vue +++ b/examples/routers/card.vue @@ -2,7 +2,7 @@

- 经典电影 + 经典电影

diff --git a/src/components/card/card.vue b/src/components/card/card.vue index 90984fcf..3bdc788e 100644 --- a/src/components/card/card.vue +++ b/src/components/card/card.vue @@ -3,7 +3,7 @@

- {{title}} + {{title}}

diff --git a/src/styles/mixins/content.less b/src/styles/mixins/content.less index a98403f4..c9d65cdf 100644 --- a/src/styles/mixins/content.less +++ b/src/styles/mixins/content.less @@ -19,7 +19,7 @@ text-overflow: ellipsis; white-space: nowrap; } - p i{ + p i, p span{ vertical-align: middle; } }