mirror of
https://github.com/doocs/md.git
synced 2024-11-24 19:10:34 +08:00
style: prettify code
This commit is contained in:
parent
a70a6374dc
commit
eed30293d4
@ -38,7 +38,8 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
menu: [
|
||||
[{
|
||||
[
|
||||
{
|
||||
text: "上传图片",
|
||||
key: "insertPic",
|
||||
},
|
||||
@ -49,12 +50,15 @@ export default {
|
||||
{
|
||||
text: "页面重置",
|
||||
key: "pageReset",
|
||||
}],
|
||||
[{
|
||||
},
|
||||
],
|
||||
[
|
||||
{
|
||||
text: "下载MD文档",
|
||||
key: "downLoad",
|
||||
}]
|
||||
]
|
||||
},
|
||||
],
|
||||
],
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
@ -74,7 +78,7 @@ export default {
|
||||
position: absolute;
|
||||
border-radius: 4px;
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user