From 3e917ca341da48a5ee033a678f1c16606cdcda53 Mon Sep 17 00:00:00 2001 From: luchenqun Date: Fri, 5 May 2017 10:05:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=B1=BB=E7=9A=84=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E5=9C=B0=E6=96=B9=E5=87=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/scripts/controllers/tags-controller.js | 2 +- public/views/tags.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/scripts/controllers/tags-controller.js b/public/scripts/controllers/tags-controller.js index 3476570..72b56d1 100644 --- a/public/scripts/controllers/tags-controller.js +++ b/public/scripts/controllers/tags-controller.js @@ -480,7 +480,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$window', '$stateParams', '$tim var t = offset.top; var l = offset.left; var w = $('.js-tags').width(); - $('.js-note-add').offset({ + $('.js-tag-edit').offset({ top: t + 10, left: l + w - 10, }) diff --git a/public/views/tags.html b/public/views/tags.html index fef7c46..321b9b2 100644 --- a/public/views/tags.html +++ b/public/views/tags.html @@ -41,7 +41,7 @@ -
+