From fbfdb6ebf4c6822fc01059ae6ea5eb8782cf527b Mon Sep 17 00:00:00 2001 From: Fisher Date: Mon, 11 Jun 2018 16:08:10 +0800 Subject: [PATCH] cell: fix after title slot style (#2828) --- src/components/cell/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cell/index.vue b/src/components/cell/index.vue index 124bea371..1e35969eb 100755 --- a/src/components/cell/index.vue +++ b/src/components/cell/index.vue @@ -116,7 +116,7 @@ export default { flex: 1; } .vux-label { - display: block; + display: inline-block; word-wrap: break-word; word-break: break-all; }