Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
huangyCode
2019-10-14 17:56:40 +0800
Commit
a6419a73fe62f38ca39f63c0cc9bde2b48ff0db1
2 parents
12e9345d
756881ce
Merge branch 'develop' of
http://git.yoho.cn/fe/xianyu-ufo-app-web
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
apps/pages/category/category.vue
apps/pages/notice/list/components/list.vue
apps/pages/notice/list/components/noticeItem.vue
apps/pages/category/category.vue
View file @
a6419a7
...
...
@@ -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>
...
...
apps/pages/notice/list/components/list.vue
View file @
a6419a7
...
...
@@ -76,7 +76,7 @@ export default {
};
</script>
<style>
<style
scoped
>
.list {
/* height: 400px; */
width: 100%;
...
...
apps/pages/notice/list/components/noticeItem.vue
View file @
a6419a7
...
...
@@ -38,7 +38,7 @@ export default {
};
</script>
<style>
<style
scoped
>
.notice-root {
margin-left: 40px;
margin-right: 40px;
...
...
Please
register
or
login
to post a comment