From e8ee1423e742f89e52760d42aa8bca2c6f251a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= Date: Thu, 8 Dec 2016 22:24:57 +0800 Subject: [PATCH] optimize Table style optimize Table style --- src/styles/mixins/caret.less | 2 +- test/routers/table.vue | 36 +++++++----------------------------- 2 files changed, 8 insertions(+), 30 deletions(-) diff --git a/src/styles/mixins/caret.less b/src/styles/mixins/caret.less index a3fb4eb8..de056128 100644 --- a/src/styles/mixins/caret.less +++ b/src/styles/mixins/caret.less @@ -1,7 +1,7 @@ // sortable .sortable() { display: inline-block; - width: 8px; + width: 9px; height: 12px; margin-left: 4px; margin-top: -1px; diff --git a/test/routers/table.vue b/test/routers/table.vue index 4d7b389d..f57ccf07 100644 --- a/test/routers/table.vue +++ b/test/routers/table.vue @@ -1,38 +1,27 @@