File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import './mock' // simulation data generator
20
20
import * as filters from './filters' // global filter
21
21
22
22
Vue . use ( Element , {
23
+ size : 'medium' ,
23
24
i18n : ( key , value ) => i18n . t ( key , value )
24
25
} )
25
26
Original file line number Diff line number Diff line change @@ -122,6 +122,6 @@ export default {
122
122
.cancel-btn {
123
123
position : absolute ;
124
124
right : 15px ;
125
- top : 13 px ;
125
+ top : 10 px ;
126
126
}
127
127
</style >
Original file line number Diff line number Diff line change 10
10
</router-link >
11
11
12
12
<el-dropdown trigger =" click" >
13
- <el-button >{{!postForm.comment_disabled?'评论已打开':'评论已关闭'}}
13
+ <el-button plain >{{!postForm.comment_disabled?'评论已打开':'评论已关闭'}}
14
14
<i class =" el-icon-caret-bottom el-icon--right" ></i >
15
15
</el-button >
16
16
<el-dropdown-menu class =" no-padding" slot =" dropdown" >
24
24
</el-dropdown >
25
25
26
26
<el-dropdown trigger =" click" >
27
- <el-button >平台
27
+ <el-button plain >平台
28
28
<i class =" el-icon-caret-bottom el-icon--right" ></i >
29
29
</el-button >
30
30
<el-dropdown-menu class =" no-border" slot =" dropdown" >
37
37
</el-dropdown >
38
38
39
39
<el-dropdown trigger =" click" >
40
- <el-button >
40
+ <el-button plain >
41
41
外链
42
42
<i class =" el-icon-caret-bottom el-icon--right" ></i >
43
43
</el-button >
You can’t perform that action at this time.
0 commit comments