Authored by huangyCode

Merge branch 'develop' of http://git.yoho.cn/fe/xianyu-ufo-app-web into develop

@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 /> 37 />
38 <p class="item-title">{{item.name}}</p> 38 <p class="item-title">{{item.name}}</p>
39 </div> 39 </div>
40 - <a v-if="item.isShow" class="item-a-div" :href="item.link"></a> 40 + <LayoutLink v-if="item.isShow" class="item-a-div" :href="item.link"></LayoutLink>
41 </div> 41 </div>
42 </div> 42 </div>
43 </div> 43 </div>
@@ -76,7 +76,7 @@ export default { @@ -76,7 +76,7 @@ export default {
76 }; 76 };
77 </script> 77 </script>
78 78
79 -<style> 79 +<style scoped>
80 .list { 80 .list {
81 /* height: 400px; */ 81 /* height: 400px; */
82 width: 100%; 82 width: 100%;
@@ -38,7 +38,7 @@ export default { @@ -38,7 +38,7 @@ export default {
38 }; 38 };
39 </script> 39 </script>
40 40
41 -<style> 41 +<style scoped>
42 .notice-root { 42 .notice-root {
43 margin-left: 40px; 43 margin-left: 40px;
44 margin-right: 40px; 44 margin-right: 40px;