diff --git a/src/components/CodemirrorEditor/aboutDialog.vue b/src/components/CodemirrorEditor/aboutDialog.vue
index 33eac22..3820d53 100644
--- a/src/components/CodemirrorEditor/aboutDialog.vue
+++ b/src/components/CodemirrorEditor/aboutDialog.vue
@@ -7,17 +7,15 @@
width="30%"
center
>
-
+
一款高度简洁的微信 Markdown 编辑器
-
-
扫码关注我的公众号,原创技术文章第一时间推送!
-
+
diff --git a/src/components/CodemirrorEditor/resetDialog.vue b/src/components/CodemirrorEditor/resetDialog.vue
index 76e9c4c..644618a 100644
--- a/src/components/CodemirrorEditor/resetDialog.vue
+++ b/src/components/CodemirrorEditor/resetDialog.vue
@@ -4,16 +4,19 @@
class="reset__dialog"
:visible="showResetConfirm"
@close="$emit('close')"
+ center
>
-
此操作将丢失本地自定义样式,是否继续?
-
+
@@ -42,16 +45,4 @@ export default {
/deep/ .el-dialog {
min-width: 440px;
}
-
-.reset__dialog {
- text-align: center;
-}
-
-.text {
- text-align: center;
-}
-
-.dialog-footer {
- text-align: center;
-}
diff --git a/src/views/index.vue b/src/views/index.vue
index 099c121..ee0697f 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -28,19 +28,4 @@ export default {
}
-
+