style: prettify code

This commit is contained in:
JimQing 2020-11-22 12:34:25 +00:00 committed by GitHub Action
parent a70a6374dc
commit eed30293d4
2 changed files with 116 additions and 112 deletions

View File

@ -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;
} }