From ea9620eb9e5cd5b89b7d5326c13a854bac513778 Mon Sep 17 00:00:00 2001 From: Aresn Date: Fri, 26 May 2017 10:12:27 +0800 Subject: [PATCH] update Transfer --- examples/routers/transfer.vue | 2 +- src/components/transfer/list.vue | 2 +- src/styles/components/transfer.less | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/examples/routers/transfer.vue b/examples/routers/transfer.vue index 9ebe3ac..570bb86 100644 --- a/examples/routers/transfer.vue +++ b/examples/routers/transfer.vue @@ -178,7 +178,7 @@ setTimeout(function() { console.log('--1'); // _this.data1 = null; - _this.data1 = _this.getMockData1(); +// _this.data1 = _this.getMockData1(); console.log('-fetch-', _this.data1); }, 1500); diff --git a/src/components/transfer/list.vue b/src/components/transfer/list.vue index 2cc7e95..12236c9 100644 --- a/src/components/transfer/list.vue +++ b/src/components/transfer/list.vue @@ -2,7 +2,7 @@
- {{ title }} + {{ title }} {{ count }}
diff --git a/src/styles/components/transfer.less b/src/styles/components/transfer.less index 83c05aa..bbadb23 100644 --- a/src/styles/components/transfer.less +++ b/src/styles/components/transfer.less @@ -31,6 +31,10 @@ left: 0; width: 100%; + &-title{ + cursor: pointer; + } + & > span{ padding-left: 4px; } -- libgit2 0.21.4