Authored by huangyCode

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

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