diff --git a/package.json b/package.json index 06efb07..bfbd08a 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "crypto-js": "^4.1.1", "escape-html": "^1.0.3", "file-saver": "^2.0.5", + "html2canvas": "^1.4.1", "pako": "^2.1.0", "qrcodejs2": "^0.0.2", "view-design": "^4.7.0", diff --git a/src/views/EditNote.vue b/src/views/EditNote.vue index b948726..4f94722 100644 --- a/src/views/EditNote.vue +++ b/src/views/EditNote.vue @@ -113,18 +113,13 @@ - + + - - + + --> + + style="border-radius: 0px;font-size: 24px;" @click="downLoadText(); " icon="md-download"> @@ -254,9 +255,9 @@ -
+
+ :autosize="{ minRows: 30, maxRows: 409600 }" :placeholder="$t('content.noteTip')" />
@@ -274,11 +275,11 @@

+ z-index: 1000; + position: absolute; + top: -2px; + left: 0px; + width: 100%;"> Url Copied.

@@ -303,7 +304,7 @@

@@ -314,7 +315,7 @@

@@ -325,15 +326,12 @@

- - -