flx:修改样式文字
This commit is contained in:
parent
07f1b449db
commit
6b4f707d94
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Card title="现场会">
|
||||
<Card title="专题活动">
|
||||
<div class="bottom-center">
|
||||
<el-carousel ref="carousel" indicator-position="none" :autoplay="false" @change="onChange">
|
||||
<el-carousel-item v-for="item in videoInfo.videoList" :key="item.id">
|
||||
@ -150,7 +150,7 @@ const getVideo = () => {
|
||||
const configWeekVideoListFn = async () => {
|
||||
let data = {
|
||||
projectSn: store.sn,
|
||||
type: 1
|
||||
type: 3
|
||||
};
|
||||
const res: any = await getSceneExposeSpecialPage(data);
|
||||
if (res.result) {
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
@click="activeBtn(item, index)"
|
||||
>
|
||||
<div class="text" :title="item.title" :style="getStyle(item)">{{ item.title || "" }}</div>
|
||||
<div class="time" v-show="item.enterpriseIds">单位名称: {{ item.enterpriseNames }}</div>
|
||||
<div class="time">时间: {{ item.createTime || "" }}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="left">
|
||||
<div class="leftTop">
|
||||
<leftTop ref="leftTopRef"></leftTop>
|
||||
<div class="show-more" @click="openPeopleCountDialog(3)">更多</div>
|
||||
<div class="show-more" @click="openPeopleCountDialog(1)">更多</div>
|
||||
</div>
|
||||
<div class="leftBottom">
|
||||
<leftBottom ref="leftBottomRef"></leftBottom>
|
||||
@ -15,7 +15,7 @@
|
||||
<centerTop class="centerTop" ref="centerTopRef"></centerTop>
|
||||
<div class="centerBottom">
|
||||
<centerBottom ref="centerBottomRef"></centerBottom>
|
||||
<div class="show-more" @click="openPeopleCountDialog(1)">更多</div>
|
||||
<div class="show-more" @click="openPeopleCountDialog(3)">更多</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Card title="专题活动">
|
||||
<Card title="文明施工亮点">
|
||||
<div class="bottom-left">
|
||||
<el-scrollbar class="list-content">
|
||||
<div class="list-detail" v-for="item in memberCareList" :key="item.id">
|
||||
@ -32,7 +32,7 @@ const getMemberCareList = async () => {
|
||||
projectSn: store.sn,
|
||||
pageNo: 1,
|
||||
pageSize: 10,
|
||||
type: 3
|
||||
type: 1
|
||||
});
|
||||
console.log("获取专题活动", res);
|
||||
if (res.success) {
|
||||
|
||||
@ -183,6 +183,7 @@ onMounted(async () => {
|
||||
}
|
||||
.el-table__cell {
|
||||
border-bottom-color: #3e5a8d !important;
|
||||
color: #fff !important;
|
||||
}
|
||||
.el-table__inner-wrapper::before {
|
||||
background-color: #3e5a8d !important;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user