zhangyu 4 éve
szülő
commit
3a5f3e9837

+ 2 - 1
src/App.vue

@@ -16,7 +16,8 @@
                 <span>项目概况</span>
                 <template #icon='props'>
                     <!-- style='color:#ffffff;background-color:#1989fa' -->
-                    <i v-if='props.active' class='iconfont wanda-xiangmugaikuang2' style='color:#fff;background-color:#1989fa;' />
+                    <i v-if='props.active' class='iconfont wanda-xiangmugaikuangactive1'  />
+                    <!-- <i v-if='props.active' class='iconfont wanda-xiangmugaikuang' style='color:red;background:blue' /> -->
                     <i v-else class='iconfont wanda-xiangmugaikuang'></i>
                 </template>
             </van-tabbar-item>

+ 2 - 0
src/views/otherMatter/ComprehensiveMatter.vue

@@ -42,6 +42,8 @@
 <script>
 /**
  * 综合事项
+ nginx 1.16.1
+        
  */
 import Vue from 'vue'
 import { List, Cell, Button } from 'vant'

+ 15 - 3
src/views/otherMatter/ComprehensiveMatterList.vue

@@ -30,11 +30,14 @@
                         <span class='label'>整改事项:</span>
                         <div class='data'>三明万达广场顶层4座空调冷却塔噪声超标 排放(已整改),三明万达广场顶层4座空调冷 却塔噪声超标排放(已整改),三明万达广场 顶层4座空调冷却塔噪声超标排放(已整改)</div>
                     </div>
-                    <div class='show-more' v-if='item.showMore || item.showMore === undefined ' @click='changeStatus(item,false)'>展开</div>
+                    <div class='show-more' v-if='item.showMore || item.showMore === undefined ' @click='changeStatus(item,false)'>
+                        <i class='iconfont wanda-zhankai'></i>
+                        <span>展开</span>
+                    </div>
                     <div class='show-less' v-else @click='changeStatus(item,true)'>
                         <!-- TODO: 收起 箭头 -->
-                        <!-- <i></i> -->
-                        收起
+                        <i class='iconfont wanda-shouqi'></i>
+                        <span>收起</span>
                     </div>
                 </div>
             </van-list>
@@ -163,6 +166,7 @@ export default {
                 margin: 0 auto;
                 width: 72px;
                 height: 30px;
+                line-height: 30px;
                 text-align: center;
                 background: #e5eef6;
                 border-radius: 2px;
@@ -173,6 +177,14 @@ export default {
                 color: #025baa;
                 font-size: 14px;
                 border-radius: 3px;
+                i {
+                    position: relative;
+                    top: 2px;
+                    width: 20px;
+                }
+                span {
+                    height: 100%;
+                }
             }
         }
     }