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 @@