We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9f7e8 commit 2bd99eeCopy full SHA for 2bd99ee
src/pages/Main.vue
@@ -24,7 +24,12 @@ export default {
24
},
25
26
created() {
27
+ console.log(
28
+ '%c 倾城之链:倾心缔造,痴心为你。 https://nicelinks.site/',
29
+ 'font-size:2.113em;color: #2edfa3'
30
+ )
31
this.setDefaultText()
32
+ console.log = () => {}
33
34
35
components: {
@@ -119,6 +124,10 @@ export default {
119
124
height: calc(100vh - 100px);
120
125
margin: 20px auto;
121
126
text-align: left;
127
+ .vditor-content {
128
+ height: auto;
129
+ min-height: auto;
130
+ }
122
131
}
123
132
.vditor-reset {
133
font-size: 14px;
@@ -133,7 +142,7 @@ export default {
142
.index-page {
134
143
.vditor {
135
144
height: calc(100vh - 60px);
136
- padding: auto 10px;
145
+ padding: 10px;
137
146
margin: 0px auto;
138
147
139
148
0 commit comments