Commit ceeb66c9 by Lyan

20220630bug

parent 08b73704
export const link = { export const link = {
pxspkc: 'https://training.ancc.org.cn/portal/', pxspkc: 'https://training.ancc.org.cn/',
wyxz: 'http://wsdt.gs1cn.org/anccoh/login.jsp', wyxz: 'http://wsdt.gs1cn.org/anccoh/login.jsp',
zxzc: 'http://wsdt.ancc.org.cn/anccoh', // 我要申请商品条码里的在线注册 zxzc: 'http://wsdt.ancc.org.cn/anccoh', // 我要申请商品条码里的在线注册
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</div> </div>
<div class="notice-nr-kj"> <div class="notice-nr-kj">
<p class="notice-note"> <p class="notice-note">
为应对疫情,切实减轻企业负担,协助企业复工复产、渡过难关,编码中心决定自2020年3月1日至2022年6月30日,采取阶段性降费措施。<span 为应对疫情,切实减轻企业负担,协助企业复工复产、渡过难关,编码中心决定自2020年3月1日至2022年12月31日,采取阶段性降费措施。<span
@click="handelJump" @click="handelJump"
>点击查看收费公示表</span >点击查看收费公示表</span
> >
......
...@@ -738,7 +738,7 @@ export default { ...@@ -738,7 +738,7 @@ export default {
ico: require("../../assets/image/home/dzfw-ico13.png"), ico: require("../../assets/image/home/dzfw-ico13.png"),
name: "条码教育培训平台", name: "条码教育培训平台",
isChecked: true, isChecked: true,
url: "https://training.ancc.org.cn/portal", url: "https://training.ancc.org.cn/",
type: "link", type: "link",
}, },
{ {
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
{{tmp.title}} {{tmp.title}}
</div> </div>
</li> </li>
<li style=" height: 0" v-for="(i,a) in 4" :key="'a'+a"></li>
</ul> </ul>
<div class="more"><span @click="lookMore">更多></span></div> <div class="more"><span @click="lookMore">更多></span></div>
</div> </div>
...@@ -137,8 +138,7 @@ export default { ...@@ -137,8 +138,7 @@ export default {
flex-wrap: wrap; flex-wrap: wrap;
margin-top: 30px; margin-top: 30px;
justify-content: space-between; justify-content: space-between;
display: grid;
grid-template-columns: repeat(auto-fill, 187px);
li { li {
width: 216px; width: 216px;
background: #ffffff; background: #ffffff;
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
{{tmp.title}} {{tmp.title}}
</div> </div>
</li> </li>
<li style=" height: 0" v-for="(i,a) in 4" :key="'a'+a"></li>
</ul> </ul>
<pages :total="tableResult.totalCount" :currPage="tableResult.currPage" :pageSize="tableResult.pageSize" @getLimit='initListFn' /> <pages :total="tableResult.totalCount" :currPage="tableResult.currPage" :pageSize="tableResult.pageSize" @getLimit='initListFn' />
</div> </div>
...@@ -136,8 +137,8 @@ export default { ...@@ -136,8 +137,8 @@ export default {
margin-top: 30px; margin-top: 30px;
justify-content: space-between; justify-content: space-between;
display: grid; display: flex;
grid-template-columns: repeat(auto-fill, 187px); flex-wrap: wrap;
li { li {
width: 216px; width: 216px;
background: #ffffff; background: #ffffff;
......
<template> <template>
<div class="list"> <div class="list">
<div v-for="(tmp, i) in list" :key="i" class="row" @click="giveId(tmp.id,tmp.directpath)"> <div v-for="(tmp, i) in list" :key="i" class="row" @click="giveId(tmp.id,tmp.directpath)">
<div class="col-lg-6 list-left"> <div class="col-lg-10 list-left">
<span></span> <span></span>
<span v-html="tmp.title">{{tmp.title}}</span> <span v-html="tmp.title">{{tmp.title}}</span>
</div> </div>
......
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
{{tmp.title}} {{tmp.title}}
</div> </div>
</li> </li>
<li style=" height: 0" v-for="(i,a) in 4" :key="'a'+a"></li>
</ul> </ul>
<pages :total="tableResult.totalCount" :currPage="tableResult.currPage" :pageSize="tableResult.pageSize" @getLimit='initListFn' /> <pages :total="tableResult.totalCount" :currPage="tableResult.currPage" :pageSize="tableResult.pageSize" @getLimit='initListFn' />
</div> </div>
...@@ -117,15 +118,12 @@ export default { ...@@ -117,15 +118,12 @@ export default {
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
.picNews-ul { .picNews-ul {
display: flex;
flex-wrap: wrap;
margin-top: 30px; margin-top: 30px;
justify-content: space-between; display: inline-flex;
display: grid; justify-content:space-between;
grid-template-columns: repeat(auto-fill, 187px); flex-flow: row wrap;
li { li {
width: 187px; width: 187px;
...@@ -136,6 +134,8 @@ export default { ...@@ -136,6 +134,8 @@ export default {
&:hover{ &:hover{
box-shadow: 0px 4px 15px 2px rgba(4, 64, 141, 0.08); box-shadow: 0px 4px 15px 2px rgba(4, 64, 141, 0.08);
} }
img { img {
width: 100%; width: 100%;
} }
...@@ -148,7 +148,11 @@ export default { ...@@ -148,7 +148,11 @@ export default {
padding: 14px 0; padding: 14px 0;
} }
} }
} }
.picNews-top { .picNews-top {
@include module-box; @include module-box;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment