From e8ee1423e742f89e52760d42aa8bca2c6f251a91 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Thu, 8 Dec 2016 22:24:57 +0800 Subject: [PATCH] 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 a3fb4eb..de05612 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 4d7b389..f57ccf0 100644 --- a/test/routers/table.vue +++ b/test/routers/table.vue @@ -1,38 +1,27 @@ -- libgit2 0.21.4