mirror of
https://github.com/doocs/md.git
synced 2024-11-25 03:18:36 +08:00
style: prettify code
This commit is contained in:
parent
a70a6374dc
commit
eed30293d4
@ -38,7 +38,8 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
menu: [
|
menu: [
|
||||||
[{
|
[
|
||||||
|
{
|
||||||
text: "上传图片",
|
text: "上传图片",
|
||||||
key: "insertPic",
|
key: "insertPic",
|
||||||
},
|
},
|
||||||
@ -49,12 +50,15 @@ export default {
|
|||||||
{
|
{
|
||||||
text: "页面重置",
|
text: "页面重置",
|
||||||
key: "pageReset",
|
key: "pageReset",
|
||||||
}],
|
},
|
||||||
[{
|
],
|
||||||
|
[
|
||||||
|
{
|
||||||
text: "下载MD文档",
|
text: "下载MD文档",
|
||||||
key: "downLoad",
|
key: "downLoad",
|
||||||
}]
|
},
|
||||||
]
|
],
|
||||||
|
],
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@ -74,7 +78,7 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .08);
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user