mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
style fix & add name (#59)
This commit is contained in:
parent
26edb6eb50
commit
87b8e9ea09
@ -15,10 +15,9 @@
|
||||
name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
|
||||
/>
|
||||
<!-- <title>
|
||||
<%= htmlWebpackPlugin.options.title %>
|
||||
</title> -->
|
||||
<title>微信 Markdown 编辑器</title>
|
||||
<title>
|
||||
<%= htmlWebpackPlugin.options.title %>
|
||||
</title>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="<%= BASE_URL %>static/index.<%= VUE_APP_INDEX_CSS_HASH %>.css"
|
||||
|
@ -7,6 +7,7 @@
|
||||
position: relative;
|
||||
height: auto;
|
||||
background-color: #f7f7f7;
|
||||
border-radius: 8px;
|
||||
|
||||
.code-snippet__line-index {
|
||||
display: none;
|
||||
|
@ -79,7 +79,7 @@ export default {
|
||||
color: "#333",
|
||||
"white-space": "pre",
|
||||
background: "rgb(247, 247, 247)",
|
||||
"border-radius": "2px",
|
||||
"border-radius": "8px",
|
||||
padding: "10px",
|
||||
"line-height": "1.5",
|
||||
border: "1px solid rgb(236,236,236)",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "uni-md",
|
||||
"name": "微信 Markdown 编辑器",
|
||||
"appid": "",
|
||||
"description": "",
|
||||
"versionName": "1.0.0",
|
||||
|
@ -3,7 +3,7 @@
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
"navigationBarTitleText": "微信 Markdown 编辑器"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user