File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<router-link :to =" `/detail/${info.articleId}`" class =" list-item" >
3
- <h2 class =" item-title van-ellipsis" >{{ info.articleTitle }}</h2 >
3
+ <h2 class =" item-title theme-color van-ellipsis" >{{ info.articleTitle }}</h2 >
4
4
<div class =" item-desc van-multi-ellipsis--l3" >
5
5
{{ info.articleSubTitle }}
6
6
</div >
@@ -49,7 +49,7 @@ export default {
49
49
line-height : 24px ;
50
50
}
51
51
.item-desc {
52
- padding : 5px 0 ;
52
+ margin : 5px 0 ;
53
53
font-size : 14px ;
54
54
line-height : 20px ;
55
55
}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ module.exports = {
39
39
/*
40
40
** Customize the progress-bar color
41
41
*/
42
- loading : { color : '#fff ' } ,
42
+ loading : { color : '#1989fa ' } ,
43
43
/*
44
44
** Global CSS
45
45
*/
Original file line number Diff line number Diff line change 2
2
<div class =" content" >
3
3
<form action =" /" >
4
4
<van-search
5
- v-model =" value "
5
+ v-model =" search "
6
6
show-action
7
7
placeholder =" 请输入搜索关键词"
8
8
@search =" onSearch"
@@ -30,7 +30,7 @@ export default {
30
30
name: ' Search' ,
31
31
data () {
32
32
return {
33
- value : ' ' ,
33
+ search : ' ' ,
34
34
toastLoading: ' ' ,
35
35
searchList: []
36
36
}
You can’t perform that action at this time.
0 commit comments