|
@@ -650,124 +650,6 @@
|
|
|
@previewPointDetail="previewPointDetail">
|
|
@previewPointDetail="previewPointDetail">
|
|
|
</supermap>
|
|
</supermap>
|
|
|
|
|
|
|
|
- <!-- 事件详情弹窗 -->
|
|
|
|
|
- <el-dialog title="事件详情" :visible.sync="eventDialogVisible" custom-class="eventDialog shijian-cont"
|
|
|
|
|
- style="margin-top: 5vh !important;">
|
|
|
|
|
- <div class="transferBg d1">
|
|
|
|
|
- <h3>事件基本信息</h3>
|
|
|
|
|
- <div class="eventInfo_contain">
|
|
|
|
|
- <div style="width: 100%;" class="sj_tit">事件名称:{{ eventInfo.eventTitle || '' }}</div>
|
|
|
|
|
- <div>事件类型:{{ eventInfo.eventTypeName || '' }}</div>
|
|
|
|
|
- <div>上报时间:{{ eventInfo.createTime || '' }}</div>
|
|
|
|
|
- <div>事件状态:{{ eventInfo.eventStatusLabel || '' }}</div>
|
|
|
|
|
- <div>经度:{{ eventInfo.longitude || '' }}</div>
|
|
|
|
|
- <div>纬度:{{ eventInfo.latitude || '' }}</div>
|
|
|
|
|
- <div class="videoLinkage"></div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="transferBg d2">
|
|
|
|
|
- <h3>事件处理流程</h3>
|
|
|
|
|
- <div class="progress_contain">
|
|
|
|
|
- <div class="line"></div>
|
|
|
|
|
- <div class="e1">
|
|
|
|
|
- <img src="@/assets/images/eventLogo2.png">
|
|
|
|
|
- <div>事件发起</div>
|
|
|
|
|
- <div class="z-lc-time">
|
|
|
|
|
- 2025/11/05 07:45:11
|
|
|
|
|
- </div>
|
|
|
|
|
- <el-tooltip class="item" v-if="true" placement="top" popper-class="sj-tooltip">
|
|
|
|
|
- <div slot="content" class="info-list">
|
|
|
|
|
- <span>处置人:张远</span>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="z-clyj">
|
|
|
|
|
- <img src="@/assets/index_img/clyj-icon.png" />
|
|
|
|
|
- </div>
|
|
|
|
|
- </el-tooltip>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="e2">
|
|
|
|
|
- <img src="@/assets/images/eventLogo2.png">
|
|
|
|
|
- <div>事件签收</div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="e3">
|
|
|
|
|
- <img src="@/assets/images/eventLogo2.png">
|
|
|
|
|
- <div>事件处理</div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="e4">
|
|
|
|
|
- <img src="@/assets/images/eventLogo2.png">
|
|
|
|
|
- <div>事件办结</div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="d3">
|
|
|
|
|
- <div class="transferBg video">
|
|
|
|
|
- <h3>现场图片</h3>
|
|
|
|
|
- <image-preview :src="require('@/assets/images/alarm.png')"
|
|
|
|
|
- style="width: 36%; height: auto;margin: 10px;" />
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="mid">
|
|
|
|
|
- <div class="transferBg info" v-if="demoIdx != 1">
|
|
|
|
|
- <h3>现场状况</h3>
|
|
|
|
|
- <div class="xczk_div">
|
|
|
|
|
- <div>事件当前伤亡:0人</div>
|
|
|
|
|
- <div>事件预警影响:10人</div>
|
|
|
|
|
- <div>预计解决时间:3天</div>
|
|
|
|
|
- <div>当前处理人员:王鹤</div>
|
|
|
|
|
- <div>处理人员电话:18130987651</div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="transferBg info_right" :class="demoIdx == 1 ? 'demoDeptStylesheet' : '' ">
|
|
|
|
|
- <h3 v-show="demoIdx != 0">联动部门</h3>
|
|
|
|
|
- <h4 v-show="demoIdx != 0" style="margin-top: 4%;"></h4>
|
|
|
|
|
- <div v-show="demoIdx != 0" class="planItem"
|
|
|
|
|
- style="border-left: none; display: flex; align-items: center;"
|
|
|
|
|
- v-for="dept in eventInfo.deptList">
|
|
|
|
|
- <img src="@/assets/images/online-img2.png"
|
|
|
|
|
- style="width: 30px; height:30px; margin:0 5px 0 0 ;">
|
|
|
|
|
- <div style="margin-top: 0 !important; color: #C9E1EF;">{{dept.mapDeptName}}</div>
|
|
|
|
|
- </div>
|
|
|
|
|
-
|
|
|
|
|
- <h3 v-show="demoIdx == 0">设备数据</h3>
|
|
|
|
|
- <div v-show="demoIdx == 0" class="div_Option" ref="divOption"></div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="transferBg pics">
|
|
|
|
|
- <h3>处置照片</h3>
|
|
|
|
|
- <!-- <div class="otherPics">-->
|
|
|
|
|
- <!-- <image-preview :src="require('@/assets/images/alarm_1.png')" :width="200" :height="137" />-->
|
|
|
|
|
- <!-- </div>-->
|
|
|
|
|
- <router-link to="#" v-for="image in eventInfo.attachPath">
|
|
|
|
|
- <el-image :src="image" :preview-src-list="assetTypeAnImage(eventInfo.attachPath)"
|
|
|
|
|
- style="width:8rem; height:8rem;margin: 5px;">
|
|
|
|
|
- </el-image>
|
|
|
|
|
- </router-link>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="right transferBg">
|
|
|
|
|
- <h3>事件日志</h3>
|
|
|
|
|
- <div class="block le_ri">
|
|
|
|
|
- <el-scrollbar style="height: 378px;" class="spsb_time">
|
|
|
|
|
- <el-timeline>
|
|
|
|
|
- <el-timeline-item placement="top">
|
|
|
|
|
- <span class="timeline-span">{{ eventInfo.createTime || '' }}</span>
|
|
|
|
|
- <el-card>
|
|
|
|
|
- <h4>{{ eventInfo.eventDescription || '' }}</h4>
|
|
|
|
|
- <p>{{ eventInfo.createTime || '' }} 提交于 {{ eventInfo.createTime || '' }}</p>
|
|
|
|
|
- </el-card>
|
|
|
|
|
- </el-timeline-item>
|
|
|
|
|
- </el-timeline>
|
|
|
|
|
- </el-scrollbar>
|
|
|
|
|
- <div class="spsb_xx">
|
|
|
|
|
- <textarea class="spsb_text" v-model="reviewDescription" placeholder=""> </textarea>
|
|
|
|
|
- <div class="btn_option">
|
|
|
|
|
- <el-button>签收</el-button>
|
|
|
|
|
- <el-button>办结</el-button>
|
|
|
|
|
- <el-button>驳回</el-button>
|
|
|
|
|
- <el-button>归档</el-button>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </div>
|
|
|
|
|
- </el-dialog>
|
|
|
|
|
<!-- 通知公告 -->
|
|
<!-- 通知公告 -->
|
|
|
<div class="tongzhi">
|
|
<div class="tongzhi">
|
|
|
<a>关于加强燃气安全管理工作的通知</a>
|
|
<a>关于加强燃气安全管理工作的通知</a>
|
|
@@ -809,6 +691,8 @@
|
|
|
|
|
|
|
|
<!-- 详情弹窗 -->
|
|
<!-- 详情弹窗 -->
|
|
|
<DetailDialog ref="detailDialog" />
|
|
<DetailDialog ref="detailDialog" />
|
|
|
|
|
+ <!-- 事件详情弹窗 -->
|
|
|
|
|
+ <EventDetail ref="eventDetail" />
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -821,6 +705,7 @@ import Cookies from "js-cookie";
|
|
|
|
|
|
|
|
let echarts = require('echarts')
|
|
let echarts = require('echarts')
|
|
|
import DetailDialog from "@/components/DetailDialog/qiaoliang.vue";
|
|
import DetailDialog from "@/components/DetailDialog/qiaoliang.vue";
|
|
|
|
|
+import EventDetail from "@/components/DetailDialog/eventDetail.vue";
|
|
|
import supermap from '@/components/supermap-2.5d' //超图
|
|
import supermap from '@/components/supermap-2.5d' //超图
|
|
|
import {
|
|
import {
|
|
|
iconList,
|
|
iconList,
|
|
@@ -869,7 +754,8 @@ export default {
|
|
|
],
|
|
],
|
|
|
components: {
|
|
components: {
|
|
|
supermap,
|
|
supermap,
|
|
|
- DetailDialog
|
|
|
|
|
|
|
+ DetailDialog,
|
|
|
|
|
+ EventDetail
|
|
|
},
|
|
},
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
@@ -3053,12 +2939,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
// 打开事件详情弹窗
|
|
// 打开事件详情弹窗
|
|
|
openEventDetail(obj) {
|
|
openEventDetail(obj) {
|
|
|
- getEventDetail({
|
|
|
|
|
- eventId: obj.eventId
|
|
|
|
|
- }).then(res => {
|
|
|
|
|
- this.eventInfo = res.data
|
|
|
|
|
- this.eventDialogVisible = true
|
|
|
|
|
- })
|
|
|
|
|
|
|
+ this.$refs.eventDetail.openEventDetail(obj.eventId)
|
|
|
},
|
|
},
|
|
|
// 资源落点
|
|
// 资源落点
|
|
|
selectDeviceNoPage() {
|
|
selectDeviceNoPage() {
|
|
@@ -4005,321 +3886,6 @@ div ::-webkit-scrollbar {
|
|
|
height: 0;
|
|
height: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.eventDialog {
|
|
|
|
|
- width: 97%;
|
|
|
|
|
- height: 95%;
|
|
|
|
|
- border-radius: 10px;
|
|
|
|
|
-
|
|
|
|
|
- .el-dialog__body {
|
|
|
|
|
- height: 93%;
|
|
|
|
|
- color: #fff;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .transferBg {
|
|
|
|
|
- padding: 15px 0 0 15px;
|
|
|
|
|
- background: linear-gradient(to bottom, rgba(15, 42, 58, 0.9), rgba(35, 42, 48, .9));
|
|
|
|
|
- border-radius: 10px;
|
|
|
|
|
-
|
|
|
|
|
- h3 {
|
|
|
|
|
- padding-left: 20px;
|
|
|
|
|
- background: url("../../assets/gas/leftlist_btn.png") no-repeat 0px 0px;
|
|
|
|
|
- background-size: 12px 15px;
|
|
|
|
|
- font-size: 16px;
|
|
|
|
|
- font-weight: 600;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .spsb_xx {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- height: 130px;
|
|
|
|
|
- border-radius: 10px;
|
|
|
|
|
- padding-left: 3%;
|
|
|
|
|
-
|
|
|
|
|
- .spsb_text {
|
|
|
|
|
- width: 60%;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- padding: 5px;
|
|
|
|
|
- border-color: #22BCF3;
|
|
|
|
|
- background: #14375A;
|
|
|
|
|
- border-radius: 4px;
|
|
|
|
|
- outline: 0px;
|
|
|
|
|
- border-radius: 10px;
|
|
|
|
|
- color: #fff;
|
|
|
|
|
- line-height: 25px;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .btn_option {
|
|
|
|
|
- width: 40%;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
-
|
|
|
|
|
- .el-button {
|
|
|
|
|
- width: 70%;
|
|
|
|
|
- height: 20%;
|
|
|
|
|
- margin: 2.5% 0 0 15% !important;
|
|
|
|
|
- background-color: #14375A !important;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .xczk_div {
|
|
|
|
|
- margin-top: 15px !important;
|
|
|
|
|
-
|
|
|
|
|
- div {
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
- line-height: 20px;
|
|
|
|
|
- color: #c9e3f3;
|
|
|
|
|
- padding-left: 19px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .continueForm_contain {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- width: 8vh;
|
|
|
|
|
- right: 3%;
|
|
|
|
|
- top: 10%;
|
|
|
|
|
- color: #fff;
|
|
|
|
|
- background-color: #5bdddd;
|
|
|
|
|
- border-radius: 10px;
|
|
|
|
|
- border: 0px;
|
|
|
|
|
- outline: 0px;
|
|
|
|
|
- padding: 4px 0px;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .d1 {
|
|
|
|
|
- height: 20%;
|
|
|
|
|
-
|
|
|
|
|
- .eventInfo_contain {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- height: 60%;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- flex-wrap: wrap;
|
|
|
|
|
- margin-top: 1.5%;
|
|
|
|
|
-
|
|
|
|
|
- .sj_tit {
|
|
|
|
|
- font-size: 14px;
|
|
|
|
|
- font-weight: 600;
|
|
|
|
|
- color: #22bcf3;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- >div {
|
|
|
|
|
- width: 250px;
|
|
|
|
|
- color: #b9e5ff;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- >div:not(:nth-child(4n+1)) {
|
|
|
|
|
- margin-right: 5%;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .videoLinkage {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- width: 200px !important;
|
|
|
|
|
- height: 15%;
|
|
|
|
|
- text-align: center;
|
|
|
|
|
- top: 10%;
|
|
|
|
|
- right: -3%;
|
|
|
|
|
- cursor: pointer;
|
|
|
|
|
- background: url("~@/assets/images/lookall/sxt.png") 0 0 no-repeat;
|
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .d2 {
|
|
|
|
|
- position: relative;
|
|
|
|
|
- width: 69%;
|
|
|
|
|
- height: 146px;
|
|
|
|
|
- margin-top: 1%;
|
|
|
|
|
-
|
|
|
|
|
- .progress_contain {
|
|
|
|
|
- height: 60%;
|
|
|
|
|
- margin-top: 1.5%;
|
|
|
|
|
-
|
|
|
|
|
- color: #c3e7ff;
|
|
|
|
|
-
|
|
|
|
|
- .line {
|
|
|
|
|
- width: 99%;
|
|
|
|
|
- height: 2px;
|
|
|
|
|
- margin-top: 3%;
|
|
|
|
|
- background-color: #09C2C4;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .e1 {
|
|
|
|
|
- width: 60px;
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- bottom: 18%;
|
|
|
|
|
- left: 8%;
|
|
|
|
|
-
|
|
|
|
|
- div {
|
|
|
|
|
- height: 22px;
|
|
|
|
|
- line-height: 35px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .e2 {
|
|
|
|
|
- width: 60px;
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- bottom: 18%;
|
|
|
|
|
- left: 32%;
|
|
|
|
|
-
|
|
|
|
|
- div {
|
|
|
|
|
- height: 22px;
|
|
|
|
|
- line-height: 35px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .e3 {
|
|
|
|
|
- width: 60px;
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- bottom: 18%;
|
|
|
|
|
- left: 59%;
|
|
|
|
|
-
|
|
|
|
|
- div {
|
|
|
|
|
- height: 22px;
|
|
|
|
|
- line-height: 35px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .e4 {
|
|
|
|
|
- width: 60px;
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- bottom: 18%;
|
|
|
|
|
- left: 86%;
|
|
|
|
|
-
|
|
|
|
|
- div {
|
|
|
|
|
- height: 22px;
|
|
|
|
|
- line-height: 35px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .z-lc-time {
|
|
|
|
|
- width: 120px;
|
|
|
|
|
- height: 23px;
|
|
|
|
|
- background: linear-gradient(0deg, #2A6DCD 0%, rgba(43, 96, 152, 0.5) 100%);
|
|
|
|
|
- border-radius: 50px;
|
|
|
|
|
- font-size: 12px;
|
|
|
|
|
- padding: 0 5px;
|
|
|
|
|
- line-height: 24px !important;
|
|
|
|
|
- color: #fff;
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- left: 55px;
|
|
|
|
|
- top: 15px;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .z-clyj {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- left: 190px;
|
|
|
|
|
- top: 9px;
|
|
|
|
|
-
|
|
|
|
|
- img {
|
|
|
|
|
- width: 35px;
|
|
|
|
|
- height: 35px;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .d3 {
|
|
|
|
|
- display: flex;
|
|
|
|
|
- height: 56%;
|
|
|
|
|
- margin-top: 1%;
|
|
|
|
|
-
|
|
|
|
|
- .video {
|
|
|
|
|
- width: 34%;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .mid {
|
|
|
|
|
- width: 34%;
|
|
|
|
|
- margin-left: 1.5%;
|
|
|
|
|
-
|
|
|
|
|
- .info {
|
|
|
|
|
- width: 48.5%;
|
|
|
|
|
- height: 48.5%;
|
|
|
|
|
- float: left;
|
|
|
|
|
-
|
|
|
|
|
- >div {
|
|
|
|
|
- margin-top: 2.5%;
|
|
|
|
|
- height: 76%;
|
|
|
|
|
-
|
|
|
|
|
- >div:not(:nth-child(1)) {
|
|
|
|
|
- margin-top: 2%;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .info_right {
|
|
|
|
|
- float: left;
|
|
|
|
|
- width: 48.5%;
|
|
|
|
|
- height: 48.5%;
|
|
|
|
|
- margin-left: 3%;
|
|
|
|
|
- overflow: auto;
|
|
|
|
|
-
|
|
|
|
|
- >div {
|
|
|
|
|
- margin-top: 3%;
|
|
|
|
|
-
|
|
|
|
|
- >div:not(:nth-child(1)) {
|
|
|
|
|
- margin-top: 2%;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .div_Option {
|
|
|
|
|
- width: 96%;
|
|
|
|
|
- height: 16vh;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .demoDeptStylesheet {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- position: relative;
|
|
|
|
|
- left: -3%;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .pics {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 48.5%;
|
|
|
|
|
- float: left;
|
|
|
|
|
- margin-top: 2%;
|
|
|
|
|
- overflow: auto;
|
|
|
|
|
-
|
|
|
|
|
- >div {
|
|
|
|
|
- overflow-x: auto;
|
|
|
|
|
- /* 横向滚动条 */
|
|
|
|
|
- overflow-y: hidden;
|
|
|
|
|
- /* 隐藏纵向滚动条 */
|
|
|
|
|
- white-space: nowrap;
|
|
|
|
|
- /* 防止换行(如果不是 flex) */
|
|
|
|
|
- display: flex;
|
|
|
|
|
- padding-top: 2%;
|
|
|
|
|
-
|
|
|
|
|
- img {
|
|
|
|
|
- flex-shrink: 0;
|
|
|
|
|
- width: 200px;
|
|
|
|
|
- height: 140px;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- >img:not(:nth-child(1)) {
|
|
|
|
|
- margin-left: 3%;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- .right {
|
|
|
|
|
- width: 30%;
|
|
|
|
|
- height: 140%;
|
|
|
|
|
- margin-left: 1.5%;
|
|
|
|
|
- margin-top: -168px;
|
|
|
|
|
- padding-right: 1%;
|
|
|
|
|
-
|
|
|
|
|
- >div {
|
|
|
|
|
- margin-top: 1.5%;
|
|
|
|
|
-
|
|
|
|
|
- >div:not(:nth-child(1)) {
|
|
|
|
|
- margin-top: 2%;
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
- }
|
|
|
|
|
-}
|
|
|
|
|
|
|
|
|
|
.bg-contain {
|
|
.bg-contain {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
@@ -5780,15 +5346,6 @@ div ::-webkit-scrollbar {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.eventDialog .transferBg h3 {
|
|
|
|
|
- color: #C9E1EF;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.eventDialog .d1 .eventInfo_contain>div {
|
|
|
|
|
- width: 290px;
|
|
|
|
|
- color: #b9e5ff;
|
|
|
|
|
- padding: 5px;
|
|
|
|
|
-}
|
|
|
|
|
|
|
|
|
|
.shijian-cont {
|
|
.shijian-cont {
|
|
|
width: 75%;
|
|
width: 75%;
|
|
@@ -5802,39 +5359,6 @@ div ::-webkit-scrollbar {
|
|
|
padding-top: 0;
|
|
padding-top: 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.el-card {
|
|
|
|
|
- border: 1px solid #0672a3;
|
|
|
|
|
- background-color: rgba(4, 38, 73, 0.63);
|
|
|
|
|
- color: #C9E1EF;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.eventDialog .transferBg .spsb_xx {
|
|
|
|
|
- flex-direction: column;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.eventDialog .transferBg .spsb_xx .spsb_text {
|
|
|
|
|
- width: 100% !important;
|
|
|
|
|
- border: 1px solid #0672a3 !important;
|
|
|
|
|
- background-color: rgba(4, 38, 73, 0.63) !important;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.eventDialog .transferBg .spsb_xx .btn_option {
|
|
|
|
|
- display: flex;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.eventDialog .transferBg .spsb_xx .btn_option .el-button[data-v-d1d2bf40] {
|
|
|
|
|
- height: 30px;
|
|
|
|
|
- border: 1px solid #0672a3 !important;
|
|
|
|
|
- background-color: #0395c5 !important;
|
|
|
|
|
- padding: 0 20px;
|
|
|
|
|
- color: #fff;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.eventDialog .d3 {
|
|
|
|
|
- height: 386px !important;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
.ditutc-nav {
|
|
.ditutc-nav {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
left: 50%;
|
|
left: 50%;
|