| | |
| | | </div> |
| | | </div> |
| | | <div class="main-middle"> |
| | | <!-- <div class="bigMap">--> |
| | | <!-- <div id="bigMap"></div>--> |
| | | <!-- </div>--> |
| | | <!-- <baidu-map class="bigMap" ak="Z4tYehNEVsdeMw3Mjspdn77pV50ffc8t" v="3.0" type="API" :scroll-wheel-zoom="true" :center="{lng: 85.116263, lat: 45.596513}" :zoom="18" @ready="initMap">--> |
| | | <!-- <bm-ground--> |
| | | <!-- :bounds="{ne: {lng: 85.118828, lat: 45.598437}, sw:{lng: 85.113210, lat: 45.593837}}" imageURL="../../../assets/factoryMap.png">--> |
| | | <!-- </bm-ground>--> |
| | | <!-- <bm-map-type :map-types="['BMAP_SATELLITE_MAP','BMAP_NORMAL_MAP' ]" anchor="BMAP_ANCHOR_TOP_LEFT"></bm-map-type>--> |
| | | <!--<!– <bm-navigation anchor="BMAP_ANCHOR_BOTTOM_RIGHT"></bm-navigation>–>--> |
| | | <!-- <bm-polygon :path="polygonPath1" stroke-color="blue" fillColor="blue" :fillOpacity="0.4" :stroke-weight="1"/>--> |
| | | <!-- <bm-polygon :path="polygonPath2" stroke-color="red" fillColor="red" :fillOpacity="0.4" :stroke-weight="1"/>--> |
| | | <!-- <bm-polygon :path="polygonPath3" stroke-color="blue" fillColor="blue" :fillOpacity="0.4" :stroke-weight="1"/>--> |
| | | <!-- <bm-polygon :path="polygonPath4" stroke-color="blue" fillColor="blue" :fillOpacity="0.4" :stroke-weight="1"/>--> |
| | | <!-- <bm-polygon :path="polygonPath5" stroke-color="blue" fillColor="blue" :fillOpacity="0.4" :stroke-weight="1"/>--> |
| | | <!-- </baidu-map>--> |
| | | <div class="map-filter"> |
| | | <div style="width: 100%"> |
| | | <el-select v-model="windTime" :teleported="false" class="m-2" placeholder="Select" size="small" @change="changeWind"> |
| | | <el-option :key="1" label="1小时" :value="1"/> |
| | | <el-option :key="2" label="6小时" :value="2"/> |
| | | <el-option :key="3" label="121小时" :value="3"/> |
| | | <el-option :key="4" label="24小时" :value="4"/> |
| | | <el-radio-group v-model="windQuery.type" @change="changeWindQuery"> |
| | | <el-radio :label="1" size="small" border>按时间段</el-radio> |
| | | <el-radio :label="2" size="small" border>按具体时间</el-radio> |
| | | </el-radio-group> |
| | | <el-select v-if="windQuery.type == 1" v-model="windQuery.countTime" :teleported="false" class="m-2" placeholder="Select" size="small" @change="changeWind"> |
| | | <el-option :key="1" label="1小时内" :value="1"/> |
| | | <el-option :key="2" label="6小时内" :value="2"/> |
| | | <el-option :key="3" label="12小时内" :value="3"/> |
| | | <el-option :key="4" label="24小时内" :value="4"/> |
| | | </el-select> |
| | | </div> |
| | | <div style="width: 100%;height: 250px" :id="gasWind"></div> |
| | | <el-date-picker |
| | | v-else |
| | | v-model="windTimeRange" |
| | | size="small" |
| | | :teleported="false" |
| | | type="datetimerange" |
| | | unlink-panels |
| | | range-separator="至" |
| | | start-placeholder="开始时间" |
| | | end-placeholder="结束时间" |
| | | @change="windTimeChange" |
| | | value-format="YYYY-MM-DD HH:mm:ss" |
| | | /> |
| | | <div style="width: 100%;height: 250px;margin-top: 20px" :id="gasWind"></div> |
| | | </div> |
| | | <Map class="bigMap"></Map> |
| | | <!-- </div>--> |
| | |
| | | <el-select v-model="gasSearch" :teleported="false" class="m-2" placeholder="Select" size="small" @change="changeGas1"> |
| | | <el-option |
| | | v-for="item in gasOptions" |
| | | :key="item.id" |
| | | :label="item.name" |
| | | :value="item.id" |
| | | /> |
| | | </el-select> |
| | | <el-select v-model="positionSearch" :teleported="false" class="m-2" placeholder="Select" size="small" @change="changeGas1"> |
| | | <el-option |
| | | v-for="item in positionOptions" |
| | | :key="item.id" |
| | | :label="item.name" |
| | | :value="item.id" |
| | |
| | | :draggable="true" |
| | | custom-class="warningMsg" |
| | | top="2vh" |
| | | @opened="playAudio" |
| | | @close="confirmWarning" |
| | | > |
| | | <audio ref="audioRef" autoplay muted loop> |
| | | <source src="../../../assets/warning.mp3" type="audio/mpeg"> |
| | | 您的浏览器不支持 audio 元素。 |
| | | </audio> |
| | | <div class="warning-cont"> |
| | | <div><span>预警信息:</span><span>{{warningGas.content}}</span></div> |
| | | <div><span>预警时间:</span><span>{{warningGas.warnTime}}</span></div> |
| | |
| | | </template> |
| | | |
| | | <script lang="ts"> |
| | | import {toRefs, reactive, onMounted, ref, defineComponent, onUnmounted} from 'vue'; |
| | | import {toRefs, reactive, onMounted, ref, defineComponent, onUnmounted, nextTick} from 'vue'; |
| | | import { ElMessage, ElMessageBox } from 'element-plus'; |
| | | import { useRouter} from "vue-router"; |
| | | import * as echarts from "echarts"; |
| | |
| | | import {BaiduMap, BmMapType, BmNavigation, BmPolygon, BmGround} from 'vue-baidu-map-3x' |
| | | import { useUserInfo } from '/@/stores/userInfo'; |
| | | import {bigScreenApi} from "/@/api/bigScreen"; |
| | | |
| | | // 定义接口来定义对象的类型 |
| | | interface TableDataState { |
| | | socket: any |
| | |
| | | lockReconnect: boolean |
| | | maxReconnect: number |
| | | reconnectTime: number |
| | | windTime: number | null |
| | | windQuery: { |
| | | type: null | number |
| | | countTime: number | null |
| | | startTime: '', |
| | | endTime:'' |
| | | } |
| | | countTime: null | number |
| | | time: string |
| | | date: string |
| | | weekDay: string |
| | | dayTime:string |
| | | isFull: boolean |
| | | chart2Search: Array<string> |
| | | windTimeRange: Array<string> |
| | | infoParams: {} |
| | | gasSearch: number | null |
| | | tlGasSearch: number | null |
| | | positionSearch: number | null |
| | | positionOptions: Array<gasType> |
| | | gasOptions: Array<gasType> |
| | | monthAgo: string, |
| | | today: string, |
| | |
| | | online: number |
| | | warningGas: {}, |
| | | dialogWarning: boolean |
| | | countTime: null | number |
| | | yellowNum: null | number |
| | | redNum: null | number |
| | | weatherData: Array<any> |
| | |
| | | date: '', |
| | | weekDay: '', |
| | | dayTime: '', |
| | | windTime: 4, |
| | | windQuery: { |
| | | type: 1, |
| | | countTime: 4, |
| | | startTime: '', |
| | | endTime: '' |
| | | }, |
| | | countTime: 1, |
| | | isFull: props.isFull, |
| | | chart2Search: [], |
| | | windTimeRange: [], |
| | | infoParams:{ |
| | | startTime: '', |
| | | endTime: '' |
| | | }, |
| | | positionSearch: null, |
| | | gasSearch: null, |
| | | tlGasSearch: null, |
| | | gasOptions: [], |
| | | positionOptions: [ |
| | | { |
| | | id: null, |
| | | name: '全部' |
| | | }, |
| | | { |
| | | id: 1, |
| | | name: '方位1' |
| | | }, |
| | | { |
| | | id: 2, |
| | | name: '方位2' |
| | | }, |
| | | { |
| | | id: 3, |
| | | name: '方位3' |
| | | } |
| | | ], |
| | | monthAgo: '', |
| | | today: '', |
| | | gasData: [], |
| | |
| | | online: 3, |
| | | warningGas: {}, |
| | | dialogWarning: false, |
| | | countTime: 1, |
| | | weatherData: [], |
| | | polygonPath1: [], |
| | | polygonPath2: [], |
| | |
| | | polygonPath9: [] |
| | | }); |
| | | const router = useRouter() |
| | | const audioRef = ref() |
| | | const gasWind = ref("eChartgasWind" + Date.now() + Math.random()) |
| | | const gasN = ref("eChartgasN" + Date.now() + Math.random()) |
| | | const gasT = ref("eChartgasT" + Date.now() + Math.random()) |
| | |
| | | const scale = document.documentElement.clientWidth / 1920;/* 当前页面宽度缩放比例,可根据自己需要修改 */ |
| | | document.documentElement.style.fontSize = baseSize * Math.min(scale, 2) + "px";/* 设置页面根节点字体大小 */ |
| | | } |
| | | |
| | | setRem(); |
| | | |
| | | window.onresize = () => { |
| | | setRem();/* 改变窗口大小时重新设置 rem */ |
| | | } |
| | |
| | | setInterval(() => { |
| | | getDateTime(); |
| | | }, 1000); |
| | | // initMap() |
| | | }) |
| | | |
| | | onUnmounted(()=>{ |
| | | destroyedWs() |
| | | }) |
| | | |
| | | const initMap=()=>{ |
| | | state.polygonPath1 = [{ lng: 85.115523, lat: 45.597919 }, { lng: 85.114993, lat: 45.597520 }, { lng: 85.115925, lat: 45.597029 }, { lng: 85.116384, lat: 45.597328 }], |
| | | state.polygonPath2 = [{ lng: 85.115251, lat: 45.597319 }, { lng: 85.114480, lat: 45.596719 }, { lng: 85.115082, lat: 45.596367 }, { lng: 85.115812, lat: 45.596965 }], |
| | | state.polygonPath3 = [{ lng: 85.115251, lat: 45.597319 }, { lng: 85.114480, lat: 45.596719 }, { lng: 85.115082, lat: 45.596367 }, { lng: 85.115812, lat: 45.596965 }], |
| | | state.polygonPath4 = [{ lng: 85.115251, lat: 45.597319 }, { lng: 85.114480, lat: 45.596719 }, { lng: 85.115082, lat: 45.596367 }, { lng: 85.115812, lat: 45.596965 }], |
| | | state.polygonPath5 = [{ lng: 85.115251, lat: 45.597319 }, { lng: 85.114480, lat: 45.596719 }, { lng: 85.115082, lat: 45.596367 }, { lng: 85.115812, lat: 45.596965 }], |
| | | state.polygonPath6 = [{ lng: 85.115251, lat: 45.597319 }, { lng: 85.114480, lat: 45.596719 }, { lng: 85.115082, lat: 45.596367 }, { lng: 85.115812, lat: 45.596965 }], |
| | | state.polygonPath7 = [{ lng: 85.115251, lat: 45.597319 }, { lng: 85.114480, lat: 45.596719 }, { lng: 85.115082, lat: 45.596367 }, { lng: 85.115812, lat: 45.596965 }], |
| | | state.polygonPath8 = [{ lng: 85.115251, lat: 45.597319 }, { lng: 85.114480, lat: 45.596719 }, { lng: 85.115082, lat: 45.596367 }, { lng: 85.115812, lat: 45.596965 }], |
| | | state.polygonPath9 = [{ lng: 85.115251, lat: 45.597319 }, { lng: 85.114480, lat: 45.596719 }, { lng: 85.115082, lat: 45.596367 }, { lng: 85.115812, lat: 45.596965 }] |
| | | } |
| | | const toNdPage = () =>{ |
| | | router.push('/gasData') |
| | | } |
| | | const toTlPage = () =>{ |
| | | router.push('/fluxData') |
| | | } |
| | | |
| | | const playAudio=()=>{ |
| | | audioRef.value.muted = false |
| | | audioRef.value.play() |
| | | } |
| | | |
| | | const confirmWarning =()=>{ |
| | | state.dialogWarning = false |
| | | audioRef.value.pause() |
| | | } |
| | | const getGasData = async ()=>{ |
| | | const res = await bigScreenApi().getGas() |
| | |
| | | } |
| | | |
| | | const getWindData = async ()=>{ |
| | | const res = await bigScreenApi().getWindNum({countTime: state.windTime}) |
| | | if(state.windQuery.type == 1){ |
| | | state.windQuery.startTime = '' |
| | | state.windQuery.endTime = '' |
| | | }else{ |
| | | state.windQuery.countTime = 5 |
| | | state.windQuery.startTime = state.windTimeRange[0]?state.windTimeRange[0]: state.today + ' 00:00:00' |
| | | state.windQuery.endTime = state.windTimeRange[1]?state.windTimeRange[1]: state.today + ' 23:59:59' |
| | | } |
| | | const {type,...data} = state.windQuery |
| | | const res = await bigScreenApi().getWindNum(data) |
| | | if(res.data.code == 100){ |
| | | const windData = JSON.parse(JSON.stringify(res.data.data)) |
| | | if(Array.isArray(windData)){ |
| | |
| | | } else if(i.windSpeed>10){ |
| | | console.log(777,i.windDirection,getDirection(i.windDirection)) |
| | | tenAbove[getDirection(i.windDirection)] += 1 |
| | | console.log(tenAbove,'10') |
| | | }else{ |
| | | console.log('windSpeed为null') |
| | | } |
| | | } |
| | | console.log(pointFive,twoZone,fourZone,sixZone,eightZone,tenZone,tenAbove,666) |
| | | initgasWind(pointFive,twoZone,fourZone,sixZone,eightZone,tenZone,tenAbove) |
| | | } |
| | | }else { |
| | |
| | | } |
| | | |
| | | const getGasNdData = async ()=>{ |
| | | const res = await bigScreenApi().getGasNdData({startTime: state.today+' 00:00:00',endTime: state.today+' 23:59:59',gasName: state.gasSearch}) |
| | | const res = await bigScreenApi().getGasNdData({startTime: state.today+' 00:00:00',endTime: state.today+' 23:59:59',gasName: state.gasSearch,position: state.positionSearch}) |
| | | if(res.data.code == 100){ |
| | | if(res.data.data && res.data.data.length>0){ |
| | | state.hasNd = true |
| | |
| | | const changeTotal = () =>{ |
| | | getWarningNum() |
| | | } |
| | | |
| | | const windTimeChange = (value:Array<string>)=>{ |
| | | console.log(value) |
| | | state.windQuery.startTime = value[0] |
| | | state.windQuery.endTime = value[1] |
| | | getWindData() |
| | | } |
| | | |
| | | const changeWindQuery = (value) =>{ |
| | | if(value == 2){ |
| | | state.windQuery.countTime = 5 |
| | | }else{ |
| | | state.windQuery.countTime = 4 |
| | | } |
| | | getWindData() |
| | | } |
| | | const changeWind = () =>{ |
| | | getWindData() |
| | | } |
| | |
| | | return ''; // 返回一个默认值或者空字符串 |
| | | } |
| | | } |
| | | |
| | | const initWebSocket =async (requireUrl: string,type: string,beat: number)=>{ |
| | | if (typeof WebSocket === 'undefined') { |
| | | alert('您的浏览器不支持socket'); |
| | |
| | | let newArr = JSON.parse(JSON.stringify(state.gasData)) |
| | | if(Array.isArray(newArr)){ |
| | | state.gasTotal = newArr.length |
| | | }else{ |
| | | state.gasTotal = 0 |
| | | } |
| | | const weather = newArr.map((item)=>{ |
| | | const weather = newArr.map((item)=>{ |
| | | return { |
| | | time: item.dataReceivingTime?item.dataReceivingTime.slice(11,19):'--', |
| | | temp: item.temp?item.temp:'--', |
| | |
| | | windDirection: item.windDirection?item.windDirection:'--', |
| | | pressure: item.pressure?item.pressure:'--' |
| | | } |
| | | }) |
| | | state.weatherData = [...weather].reverse().slice(0, 4); |
| | | }) |
| | | state.weatherData = [...weather].reverse().slice(0, 4); |
| | | }else{ |
| | | // state.gasTotal = 0 |
| | | getGasNdData() |
| | | } |
| | | for(let key in newArr[0]){ |
| | | if(newArr[0][key] == state.gasSearch && key.indexOf("gasName") !== -1){ |
| | | gasNum = key.substring(7) |
| | |
| | | }else{ |
| | | state.tlTotal = 0 |
| | | } |
| | | console.log(state.gasTotal,'获取结束') |
| | | const gasTime = newArr.map(i=>i.dataReceivingTime?.slice(11,19)) |
| | | const gasTlTime = [...new Set(gasTime)] |
| | | let areaData = state.areaOptions.map((item)=>{ |
| | |
| | | |
| | | } |
| | | state.socket.onclose=()=>{ |
| | | console.log("socket已经关闭") |
| | | getGasNdData() |
| | | getGasTlData() |
| | | getWindData() |
| | | } |
| | | } |
| | | } |
| | |
| | | let myChart = echarts.init(dom) |
| | | let option: EChartsOption; |
| | | option = { |
| | | title:{ |
| | | text:'', |
| | | left:'center' |
| | | }, |
| | | angleAxis: { |
| | | |
| | | type: 'category', |
| | | data: ['N', 'NNE', 'NE', 'ENE', 'E', 'ESE', 'SE','SSE','S','SSW','SW','WSW','W','WNW','NW','NNW'], |
| | | z: 0, |
| | | boundaryGap: false, |
| | | splitLine: { |
| | | show: false, |
| | | lineStyle: { |
| | | color: '#ddd', |
| | | type: 'solid' |
| | | } |
| | | }, |
| | | axisLine: { |
| | | show: false |
| | | show: true, |
| | | lineStyle: { |
| | | color: '#11feee' |
| | | } |
| | | } |
| | | }, |
| | | radiusAxis: { |
| | | |
| | | axisLine: { |
| | | lineStyle: { |
| | | color: '#11feee' |
| | | } |
| | | }, |
| | | nameTextStyle:{ |
| | | fontSize: 10, |
| | | color: '#fff' |
| | | }, |
| | | animation: true |
| | | }, |
| | | polar: { |
| | | |
| | | center: ['50%','40%'], |
| | | radius: '60%' |
| | | }, |
| | | series: [{ |
| | | type: 'bar', |
| | |
| | | coordinateSystem: 'polar', |
| | | name: '<0.5m/s', |
| | | stack: 'a', |
| | | itemStyle:{ |
| | | |
| | | emphasis: { |
| | | focus: 'series' |
| | | } |
| | | }, { |
| | | type: 'bar', |
| | |
| | | coordinateSystem: 'polar', |
| | | name: '0.5-2m/s', |
| | | stack: 'a', |
| | | itemStyle:{ |
| | | |
| | | emphasis: { |
| | | focus: 'series' |
| | | } |
| | | }, { |
| | | type: 'bar', |
| | |
| | | coordinateSystem: 'polar', |
| | | name: '2-4m/s', |
| | | stack: 'a', |
| | | itemStyle:{ |
| | | |
| | | emphasis: { |
| | | focus: 'series' |
| | | } |
| | | }, { |
| | | type: 'bar', |
| | |
| | | coordinateSystem: 'polar', |
| | | name: '4-6m/s', |
| | | stack: 'a', |
| | | itemStyle:{ |
| | | |
| | | emphasis: { |
| | | focus: 'series' |
| | | } |
| | | }, { |
| | | type: 'bar', |
| | |
| | | coordinateSystem: 'polar', |
| | | name: '6-8m/s', |
| | | stack: 'a', |
| | | itemStyle:{ |
| | | |
| | | emphasis: { |
| | | focus: 'series' |
| | | } |
| | | }, { |
| | | type: 'bar', |
| | |
| | | coordinateSystem: 'polar', |
| | | name: '8-10m/s', |
| | | stack: 'a', |
| | | itemStyle:{ |
| | | |
| | | emphasis: { |
| | | focus: 'series' |
| | | } |
| | | }, { |
| | | type: 'bar', |
| | |
| | | coordinateSystem: 'polar', |
| | | name: '>10m/s', |
| | | stack: 'a', |
| | | itemStyle:{ |
| | | |
| | | emphasis: { |
| | | focus: 'series' |
| | | } |
| | | }], |
| | | legend: { |
| | | show: true, |
| | | top:'bottom', |
| | | right:'right', |
| | | left:'0', |
| | | data: ['<0.5m/s', '0.5-2m/s', '2-4m/s','4-6m/s','6-8m/s','8-10m/s','>10m/s'], |
| | | orient:'horizontal' |
| | | orient:'horizontal', |
| | | itemWidth: 10, |
| | | itemHeight: 6, |
| | | itemGap: 4, |
| | | textStyle: { |
| | | color: '#11feee', |
| | | fontSize: 12 |
| | | } |
| | | } |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | const initgasN =(data:Array<string>,time: Array<string>)=>{ |
| | | nextTick(() => { |
| | | let dom = document.getElementById(gasN.value); |
| | | let myChart = echarts.init(dom); |
| | | let option: EChartsOption; |
| | |
| | | option && myChart.setOption(option); |
| | | window.addEventListener("resize",function (){ |
| | | myChart.resize(); |
| | | }); |
| | | }); |
| | | } |
| | | const initgasT =(time: Array<string>,data: Array<any>)=>{ |
| | |
| | | context.emit('clickFull') |
| | | } |
| | | |
| | | onUnmounted(()=>{ |
| | | map.value && map.value.destroy(); |
| | | }) |
| | | // onUnmounted(()=>{ |
| | | // map.value && map.value.destroy(); |
| | | // }) |
| | | |
| | | return { |
| | | timeForm, |
| | |
| | | gasN, |
| | | gasT, |
| | | gasWind, |
| | | initMap, |
| | | audioRef, |
| | | confirmWarning, |
| | | playAudio, |
| | | updatePolygonPath, |
| | | toNdPage, |
| | | toTlPage, |
| | | timeChange, |
| | | mouseoverHandler, |
| | | changeTotal, |
| | | changeWindQuery, |
| | | changeWind, |
| | | windTimeChange, |
| | | clickHandler, |
| | | changeGas1, |
| | | changeGas2, |
| | |
| | | .map-filter{ |
| | | position: absolute; |
| | | display: flex; |
| | | align-items: flex-start; |
| | | width: 350px; |
| | | flex-direction: column; |
| | | align-items: flex-end; |
| | | width: 270px; |
| | | right: 20px; |
| | | top: 20px; |
| | | z-index: 99999; |
| | | padding: 2px; |
| | | z-index: 99; |
| | | border: 1px solid #11FEEE; |
| | | border-radius: 4px; |
| | | //background: url("../../../assets/warningScreen/windbg.png") no-repeat center; |
| | | |
| | | .el-radio-group{ |
| | | height: 24px; |
| | | width: 100%; |
| | | flex-flow: row nowrap; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | .el-radio{ |
| | | width: calc((100% - 6px)/2); |
| | | margin-right: 0; |
| | | margin-left: 2px; |
| | | margin-bottom: 0; |
| | | text-align: center; |
| | | border-color: #ccc; |
| | | &.el-radio--small{ |
| | | height: 20px; |
| | | } |
| | | :deep(.el-radio__inner){ |
| | | display: none; |
| | | } |
| | | :deep(.el-radio__label){ |
| | | width: 100%; |
| | | padding-left: 0; |
| | | font-size: 10px; |
| | | color: #ccc; |
| | | } |
| | | } |
| | | .el-radio.is-bordered.is-checked{ |
| | | border-color: #11FEEE; |
| | | background: rgba(6,24,88,.6); |
| | | box-shadow: 0 3px 8px rgba(0,0,0,.2); |
| | | |
| | | :deep(.el-radio__label){ |
| | | color: #fff; |
| | | } |
| | | } |
| | | } |
| | | |
| | | :deep(.el-date-editor){ |
| | | width: 100%; |
| | | height: 24px; |
| | | .el-range-separator{ |
| | | color: #fff; |
| | | } |
| | | } |
| | | |
| | | :deep(.el-input__wrapper){ |
| | | height: 24px; |
| | | box-shadow: none; |
| | | border: 1px solid #11FEEE; |
| | | background: rgba(6,24,88,.6); |
| | | color: #fff; |
| | | |
| | | input{ |
| | | font-size: 10px; |
| | | color: #fff; |
| | | } |
| | | .el-icon{ |
| | | display: none; |
| | | color: #fff; |
| | | } |
| | | } |
| | | |
| | | .el-select{ |
| | | width: 60%; |
| | | width: 100%; |
| | | height: 24px; |
| | | } |
| | | ::v-deep(.el-popper){ |