分享的备忘后面加两行

This commit is contained in:
luchenqun 2018-10-12 15:13:14 +08:00
parent 4ffc48e4d7
commit 78abb07427
1 changed files with 1 additions and 1 deletions

View File

@ -1450,7 +1450,7 @@ api.get('/notes', function(req, res) {
</script> </script>
</head> </head>
<div id="note-div" style="text-align:center;"> <div id="note-div" style="text-align:center;">
<pre id="note" style="background-color:RGB(243,244,245); padding:0px 10px 0px 10px; margin:0px; width:60%; min-height:100%;display: inline-block;text-align: left; font-size: 15px; font-family:italic arial,sans-serif;word-wrap: break-word;white-space: pre-wrap;">\n\n${data}</pre> <pre id="note" style="background-color:RGB(243,244,245); padding:0px 10px 0px 10px; margin:0px; width:60%; min-height:100%;display: inline-block;text-align: left; font-size: 15px; font-family:italic arial,sans-serif;word-wrap: break-word;white-space: pre-wrap;">\n\n${data}\n\n</pre>
</div> </div>
</body>`)) </body>`))
.catch((err) => console.log('notes', err)); .catch((err) => console.log('notes', err));