From a000231ec2eb1fe81b68f117680bc51ca32ac016 Mon Sep 17 00:00:00 2001 From: 梁灏 Date: Mon, 25 Jun 2018 20:21:01 +0800 Subject: [PATCH] update Table sort style --- examples/routers/table.vue | 157 ++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------------------------------------- src/styles/mixins/caret.less | 3 +-- 2 files changed, 33 insertions(+), 127 deletions(-) diff --git a/examples/routers/table.vue b/examples/routers/table.vue index ca567be..bbf3f03 100644 --- a/examples/routers/table.vue +++ b/examples/routers/table.vue @@ -1,150 +1,57 @@ diff --git a/src/styles/mixins/caret.less b/src/styles/mixins/caret.less index 9a88049..43b05c8 100644 --- a/src/styles/mixins/caret.less +++ b/src/styles/mixins/caret.less @@ -1,9 +1,8 @@ // sortable .sortable() { display: inline-block; - width: 9px; + width: 14px; height: 12px; - margin-left: 4px; margin-top: -1px; vertical-align: middle; overflow: hidden; -- libgit2 0.21.4