1002884655 3 vuotta sitten
vanhempi
commit
5b116403b9

+ 2
- 2
src/components/ProjectListItem/index.scss Näytä tiedosto

@@ -61,8 +61,8 @@
61 61
         vertical-align: middle;
62 62
         font-size: 16px;
63 63
         padding: 0 10px;
64
-        line-height: 36px;
65
-        background: #FBAB57;
64
+        line-height: 28px;
65
+        background: rgba(251, 171, 87, 0.3);
66 66
         color: #333;
67 67
         margin-right: 10px;
68 68
       }

+ 2
- 2
src/pages/index/components/ColumnTitle/index.scss Näytä tiedosto

@@ -3,12 +3,12 @@
3 3
   padding: 0 30px;
4 4
   margin-top: 40px;
5 5
   > text {
6
-    font-size: 32px;
6
+    font-size: 38px;
7 7
     font-weight: bold;
8 8
     color: #000;
9 9
     line-height: 40px;
10 10
     &.iconfont {
11
-      font-size: 40px;
11
+      font-size: 44px;
12 12
       font-weight: normal;
13 13
       margin-right: 20px;
14 14
     }

+ 1
- 1
src/pages/index/index.jsx Näytä tiedosto

@@ -10,7 +10,7 @@ import ColumnTitle from './components/ColumnTitle/index'
10 10
 import ProjectListItem from '../../components/ProjectListItem/index'
11 11
 import { ScrollView } from '@tarojs/components'
12 12
 import Taro from '@tarojs/taro'
13
-import { connect } from '@tarojs/redux'
13
+import { connect } from 'react-redux'
14 14
 
15 15
 export default withLayout((props) => {
16 16