|
@@ -371,12 +371,14 @@
|
|
|
<div class="dailyNewSec">
|
|
|
<h4 style="display: flex">疏导区每日动态</h4>
|
|
|
<div class="dailyItem ">
|
|
|
- <el-row>
|
|
|
- <el-col v-for="(item,index) in dailyArray" :key="index">
|
|
|
- <a target="_blank" @click="openPdf(item.url)">{{ item.title }}</a>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
-
|
|
|
+
|
|
|
+ <Vue3SeamlessScroll :list="dailyArray" :step=".1" :hover="true">
|
|
|
+ <el-row>
|
|
|
+ <el-col v-for="(item,index) in dailyArray" :key="index">
|
|
|
+ <a target="_blank" @click="openPdf(item.url)">{{ item.title }}</a>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+ </Vue3SeamlessScroll>
|
|
|
|
|
|
<!-- <el-row>
|
|
|
<el-col><a href="http://32.0.15.107:8080/mhvi/20231031.pdf" target="_blank">第七期 第六届中国国际进口博览会每日工作动态</a></el-col>
|
|
@@ -938,13 +940,16 @@ import linstener from "@c/mixins/linstener";
|
|
|
import map from "@c/mixins/map-data1";
|
|
|
import gauge from "@c/gauge/index6";
|
|
|
// import map from "@c/mixins/map-gaode-public";
|
|
|
+
|
|
|
+import { Vue3SeamlessScroll } from "vue3-seamless-scroll";
|
|
|
+
|
|
|
import category from "@c/category/index22";
|
|
|
import unitBox from "@c/unitBox/index";
|
|
|
import CountTo from "@/components/count-to/index.js";
|
|
|
import Hls from "hls.js";
|
|
|
export default {
|
|
|
mixins: [linstener, map],
|
|
|
- components: { category, gauge, CountTo,unitBox },
|
|
|
+ components: { category, gauge, CountTo,unitBox ,Vue3SeamlessScroll },
|
|
|
data() {
|
|
|
return {
|
|
|
check: 1,
|
|
@@ -3396,14 +3401,16 @@ export default {
|
|
|
line-height:.375rem;
|
|
|
font-size:.175rem;
|
|
|
width:58%;
|
|
|
- // margin:0 auto;
|
|
|
height:60%;
|
|
|
- overflow-y:scroll;
|
|
|
+ overflow-y:hidden;
|
|
|
display: inline-block;
|
|
|
+
|
|
|
a{
|
|
|
color:#fff;
|
|
|
border-bottom:1px solid #fff;
|
|
|
// text-decoration: none;
|
|
|
+ text-decoration: none;
|
|
|
+ cursor:pointer
|
|
|
}
|
|
|
}
|
|
|
}
|