From a000231ec2eb1fe81b68f117680bc51ca32ac016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=81=E7=81=8F?= 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 ca567be6..bbf3f03f 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 9a880492..43b05c87 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;