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() {
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;
}