Skip to content

Commit 88420fc

Browse files
committed
bugfix
1 parent b10866e commit 88420fc

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

components/AsideBlock.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ export default {
6464
line-height: 40px;
6565
}
6666
.block-list {
67-
list-style: decimal;
68-
padding: 0 0 0 18px;
67+
list-style: none;
68+
padding: 0;
6969
margin: 0;
7070
font-size: 16px;
7171
line-height: 38px;

nuxt.config.js

-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ module.exports = {
5454
{
5555
src: '~/plugins/vant.js'
5656
},
57-
{
58-
src: '~/plugins/clipboard.js',
59-
mode: 'client'
60-
},
6157
{
6258
src: '~/plugins/lib-flexible.js',
6359
mode: 'client'

0 commit comments

Comments
 (0)