Browse Source

删除无用文件

wangqin
hui 10 months ago
parent
commit
20780222f8
  1. BIN
      ruoyi-ui/public/static/fonts/pangmenzhengdao.e6033c0b 3.ttf
  2. BIN
      ruoyi-ui/public/static/fonts/pangmenzhengdao.e6033c0b 4.ttf
  3. BIN
      ruoyi-ui/public/static/fonts/pangmenzhengdao.e6033c0b.ttf
  4. BIN
      ruoyi-ui/public/static/fonts/思源黑体CN-Heavy.otf
  5. BIN
      ruoyi-ui/public/static/fonts/思源黑体CN-Light.otf
  6. BIN
      ruoyi-ui/public/static/fonts/思源黑体CN-Medium.otf
  7. BIN
      ruoyi-ui/public/static/fonts/思源黑体CN-Normal.otf
  8. BIN
      ruoyi-ui/public/static/fonts/思源黑体CN-Regular.otf
  9. 9
      ruoyi-ui/src/App.vue
  10. 12
      ruoyi-ui/src/views/JiHeExpressway/components/Decorations/BackgroundClip.vue
  11. 5
      ruoyi-ui/src/views/JiHeExpressway/components/Decorations/bg-1.vue
  12. 5
      ruoyi-ui/src/views/JiHeExpressway/components/Decorations/bg-2.vue
  13. 10
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/ConditionStatistics/index.vue
  14. 6
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/FocusedMonitoring/index.vue
  15. 12
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/InfoBoard/index.vue
  16. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/coordinateSchedulingRecords/components/Card/index.vue
  17. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/topComponent/index.vue
  18. 6
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/auxiliaryFlowcharts/index.vue
  19. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/laneTolls/index.vue
  20. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/roadNetworkTraffic/index.vue
  21. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/truckLaneTolls/index.vue
  22. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/vehicleTolls/index.vue
  23. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/components/monthlyEquipment/index.vue
  24. 10
      ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/index.vue
  25. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/roadNetwork/index.vue
  26. 6
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherWarning/components/infoWarning/index.vue
  27. 8
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherWarning/components/infowWarningList/index.vue
  28. 8
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/components/IndicatorAnalysis/components/roadIndicators/index.vue
  29. 8
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/components/IndicatorQuery/index.vue
  30. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/perception/widgets/title/index.vue
  31. 5
      ruoyi-ui/src/views/JiHeExpressway/pages/service/board/index.vue
  32. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/topComponent/index.vue

BIN
ruoyi-ui/public/static/fonts/pangmenzhengdao.e6033c0b 3.ttf

Binary file not shown.

BIN
ruoyi-ui/public/static/fonts/pangmenzhengdao.e6033c0b 4.ttf

Binary file not shown.

BIN
ruoyi-ui/public/static/fonts/pangmenzhengdao.e6033c0b.ttf

Binary file not shown.

BIN
ruoyi-ui/public/static/fonts/思源黑体CN-Heavy.otf

Binary file not shown.

BIN
ruoyi-ui/public/static/fonts/思源黑体CN-Light.otf

Binary file not shown.

BIN
ruoyi-ui/public/static/fonts/思源黑体CN-Medium.otf

Binary file not shown.

BIN
ruoyi-ui/public/static/fonts/思源黑体CN-Normal.otf

Binary file not shown.

BIN
ruoyi-ui/public/static/fonts/思源黑体CN-Regular.otf

Binary file not shown.

9
ruoyi-ui/src/App.vue

@ -51,13 +51,6 @@ export default {
<style>
@font-face {
font-family: "AdobeHeitiStd-Regular";
src: url("/static/fonts/pangmenzhengdao.e6033c0b");
}
@font-face {
font-family: "YouSheBiaoTiHei";
src: url("/static/fonts/优设标题黑.ttf");
@ -65,7 +58,7 @@ export default {
@font-face {
font-family: "PangMenZhengDao";
src: url("/static/fonts/优设标题黑.ttf");
src: url("/static/fonts/庞门正道标题体.ttf");
}

12
ruoyi-ui/src/views/JiHeExpressway/components/Decorations/BackgroundClip.vue

@ -1,5 +1,5 @@
<template>
<div class='BackgroundClip' :style="{ '--clip-path': clipPath, '--border-color': borderColor, '--bg-color': bgColor }">
<div class='BackgroundClip' :style="{ '--clip-path': clipPath, '--border-path': borderPath,'--border-color': borderColor, '--bg-color': bgColor }">
<slot />
</div>
</template>
@ -12,6 +12,10 @@ export default {
type: String,
default: null
},
borderPath: {
type: String,
default: null
},
borderColor: {
type: String,
default: null
@ -26,7 +30,7 @@ export default {
<style lang='scss' scoped>
.BackgroundClip {
clip-path: var(--clip-path);
clip-path: var(--border-path);
position: relative;
background: var(--border-color);
color: #fff;
@ -35,6 +39,10 @@ export default {
content: "";
position: absolute;
clip-path: var(--clip-path);
left: 0;
top:0;
width: 100%;
height: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);

5
ruoyi-ui/src/views/JiHeExpressway/components/Decorations/bg-1.vue

@ -1,5 +1,5 @@
<template>
<BackgroundClip class='BG-01' :clipPath="getClipPath" bgColor="linear-gradient(180deg, #152E3C 0%, #163A45 100%)"
<BackgroundClip class='BG-01' :clipPath="getClipPath" :borderPath="getBorderPath" bgColor="linear-gradient(180deg, #152E3C 0%, #163A45 100%)"
borderColor="linear-gradient(180deg, rgba(40, 144, 167, 1), rgba(40, 144, 167, 0.38), rgba(40, 144, 167, 1))">
<slot />
</BackgroundClip>
@ -22,6 +22,9 @@ export default {
computed: {
getClipPath() {
return `polygon(${this.width} 0%, calc(100% - ${this.width}) 0%, 100% ${this.width}, 100% calc(100% - ${this.width}), calc(100% - ${this.width}) 100%, ${this.width} 100%, 0% calc(100% - ${this.width}), 0% ${this.width})`
},
getBorderPath() {
return `polygon(${this.width} 0%, calc(100% - ${this.width}) 0%, 100% ${this.width}, 100% calc(100% - ${this.width}), calc(100% - ${this.width}) 100%, ${this.width} 100%, 0% calc(100% - ${this.width}), 0% ${this.width})`
}
}
}

5
ruoyi-ui/src/views/JiHeExpressway/components/Decorations/bg-2.vue

@ -1,6 +1,6 @@
<template>
<div class='BG-02' :style="{ '--width': width, '--lang-width': langWidth }">
<BackgroundClip ref="BackgroundClipRef" class="bg" :clipPath="getClipPath"
<BackgroundClip ref="BackgroundClipRef" class="bg" :clipPath="getClipPath" :borderPath="getBorderPath"
bgColor="linear-gradient(180deg, #152E3C 0%, #163A45 100%)"
borderColor="linear-gradient(180deg, rgba(40, 144, 167, 1), rgba(40, 144, 167, 0.38), rgba(40, 144, 167, 1))">
<slot />
@ -38,6 +38,9 @@ export default {
computed: {
getClipPath() {
return `polygon(calc(100% - ${this.langWidth} - ${this.width} * 2) 0, calc(100% - ${this.langWidth}) calc(${this.width} * 1.5), calc(100% - ${this.width} * 1.4) calc(${this.width} * 1.5), 100% calc(${this.width} * 3), 100% calc(100% - ${this.width}), calc(100% - ${this.width}) 100%, ${this.width} 100%, 0 calc(100% - ${this.width}), 0 ${this.width}, ${this.width} 0)`
},
getBorderPath() {
return `polygon(calc(100% - ${this.langWidth} - ${this.width} * 2) 0, calc(100% - ${this.langWidth}) calc(${this.width} * 1.5), calc(100% - ${this.width} * 1.4) calc(${this.width} * 1.5), 100% calc(${this.width} * 3), 100% calc(100% - ${this.width}), calc(100% - ${this.width}) 100%, ${this.width} 100%, 0 calc(100% - ${this.width}), 0 ${this.width}, ${this.width} 0)`
}
},
methods: {

10
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/ConditionStatistics/index.vue

@ -173,7 +173,7 @@ export default {
span {
font-size: 30px;
font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
font-family: YouSheBiaoTiHei;
font-weight: 400;
letter-spacing: 2px;
text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
@ -341,7 +341,7 @@ export default {
display: inline-block;
// margin-left: 10px;
font-size: 14px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
}
@ -400,7 +400,7 @@ export default {
.text {
font-size: 14px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #23bee1;
line-height: 16px;
@ -435,7 +435,7 @@ export default {
display: inline-block;
margin-left: 10px;
font-size: 14px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #2fe2cf;
}
@ -470,7 +470,7 @@ export default {
display: inline-block;
margin-left: 10px;
font-size: 14px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #f4b149;
}

6
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/FocusedMonitoring/index.vue

@ -86,7 +86,7 @@ export default {
span {
margin-left: 24px;
font-size: 30px;
font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
font-family: YouSheBiaoTiHei;
font-weight: 400;
line-height: 36px;
letter-spacing: 2px;
@ -112,7 +112,7 @@ export default {
span {
font-size: 20px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #00d1ff;
line-height: 23px;
@ -147,7 +147,7 @@ export default {
background: url("~@screen/images/bg/box_bg_004.png") no-repeat;
background-size: 100% 100%;
font-size: 14px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #ffffff;
line-height: 16px;

12
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/InfoBoard/index.vue

@ -41,7 +41,7 @@
</div>
<div class="deviceInfo">
<div class="deviceInfo_l">设备桩号</div>
<div class="deviceInfo_r">{{ device.stakeMarkId }}</div>
<div class="deviceInfo_r">{{ device.stakeMark }}</div>
</div>
<div class="deviceInfo">
<div class="deviceInfo_l">屏幕像素</div>
@ -344,14 +344,14 @@ export default {
}
},
____getNearbyCams() {
if(!this.device.stakeMarkId){
this.$message.warning("设备缺少stakeMarkId字段...");
if(!this.device.stakeMark){
this.$message.warning("设备缺少stakeMark字段...");
}
let stakeMarkId = this.device.stakeMarkId;
let stakeMark = this.device.stakeMark;
// stakeMarkId = "K64+300";
// stakeMark = "K64+300";
getNearbyCameraByPileNum(stakeMarkId).then(res=>{
getNearbyCameraByPileNum(stakeMark).then(res=>{
this.nearbyCameraList = res.data;
})
},

2
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/coordinateSchedulingRecords/components/Card/index.vue

@ -122,7 +122,7 @@ export default {
text-overflow: ellipsis;
font-size: 18px;
// font-family: PangMenZhengDao, PangMenZhengDao;
// font-family: PangMenZhengDao;
font-weight: 400;
color: #3DE8FF;
line-height: 21px;

4
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/topComponent/index.vue

@ -184,7 +184,7 @@
span.num {
font-size: 22px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #E2B066;
}
@ -225,7 +225,7 @@
span.num {
font-size: 14px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #E2B066;
}

6
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/auxiliaryFlowcharts/index.vue

@ -786,7 +786,7 @@
font-size: 18px !important;
justify-content: center;
align-items: center;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
text-align: center;
@ -816,7 +816,7 @@
display: inline-flex;
width:100%;
height:40%;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #FFFFFF;
justify-content: center;
@ -864,7 +864,7 @@
font-size: 20px !important;
justify-content: center;
align-items: center;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
text-align: center;
}

4
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/laneTolls/index.vue

@ -92,7 +92,7 @@
display: inline-flex;
width:100%;
height:50%;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #FFFFFF;
justify-content: center;
@ -136,7 +136,7 @@
font-size: 18px !important;
justify-content: center;
align-items: center;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
}
}

4
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/roadNetworkTraffic/index.vue

@ -92,7 +92,7 @@
display: inline-flex;
width:100%;
height:50%;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #FFFFFF;
justify-content: center;
@ -136,7 +136,7 @@
font-size: 18px !important;
justify-content: center;
align-items: center;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
}
}

4
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/truckLaneTolls/index.vue

@ -92,7 +92,7 @@
display: inline-flex;
width:100%;
height:50%;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #FFFFFF;
justify-content: center;
@ -136,7 +136,7 @@
font-size: 18px !important;
justify-content: center;
align-items: center;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
}
}

4
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/chargeableOperations/components/vehicleTolls/index.vue

@ -92,7 +92,7 @@
display: inline-flex;
width:100%;
height:50%;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #FFFFFF;
justify-content: center;
@ -136,7 +136,7 @@
font-size: 18px !important;
justify-content: center;
align-items: center;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
}
}

2
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/components/monthlyEquipment/index.vue

@ -256,7 +256,7 @@
justify-content: center;
align-items: center;
font-size: 18px !important;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #2CA7F7;
}

10
ruoyi-ui/src/views/JiHeExpressway/pages/maintenanceOperations/statisticalAnalysis/index.vue

@ -643,7 +643,7 @@ import * as echarts from "echarts";
.num {
display: inline-flex;
font-size: 19px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #00D1FF;
margin:0 10px;
@ -702,7 +702,7 @@ import * as echarts from "echarts";
width:100px;
color:#00EBC1ee;
font-size: 14px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 800;
}
@ -710,7 +710,7 @@ import * as echarts from "echarts";
width:100px;
color:#FFFFFFee;
font-size: 14px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 800;
}
@ -718,7 +718,7 @@ import * as echarts from "echarts";
width:100px;
color:#FFD15Cee;
font-size: 14px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 800;
}
}
@ -740,7 +740,7 @@ import * as echarts from "echarts";
.text {
font-size: 17px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #FFFFFF;
}

4
ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/roadNetwork/index.vue

@ -108,7 +108,7 @@
.item.red {
.num {
font-size: 20px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #D9001B;
position: relative;
@ -149,7 +149,7 @@
.num {
margin-left:8px;
font-size: 20px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #00D1FF;
position: relative;

6
ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherWarning/components/infoWarning/index.vue

@ -245,7 +245,7 @@ import WgtTitle from '../../../../../widgets/title'
.org {
font-size: 12px !important;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #F4A125
}
@ -291,7 +291,7 @@ import WgtTitle from '../../../../../widgets/title'
justify-content: center;
align-items: center;
font-size: 12px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 800;
color: #FFFFFF;
z-index: 9;
@ -376,7 +376,7 @@ import WgtTitle from '../../../../../widgets/title'
justify-content: center;
align-items: center;
font-size: 20px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #D9001B;
}

8
ruoyi-ui/src/views/JiHeExpressway/pages/perception/meteorologyCheck/components/weatherWarning/components/infowWarningList/index.vue

@ -237,7 +237,7 @@
.org {
font-size: 14px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #F4A125
}
@ -281,7 +281,7 @@
justify-content: center;
align-items: center;
font-size: 12px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 800;
color: #FFFFFF;
z-index: 9;
@ -353,7 +353,7 @@
>span.text {
display: inline-flex;
font-size: 16px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #FFFFFF;
}
@ -364,7 +364,7 @@
justify-content: center;
align-items: center;
font-size: 22px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #D9001B;
}

8
ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/components/IndicatorAnalysis/components/roadIndicators/index.vue

@ -229,7 +229,7 @@
.org {
font-size: 14px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #F4A125
}
@ -273,7 +273,7 @@
justify-content: center;
align-items: center;
font-size: 12px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 800;
color: #FFFFFF;
z-index: 9;
@ -345,7 +345,7 @@
>span.text {
display: inline-flex;
font-size: 16px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #FFFFFF;
}
@ -356,7 +356,7 @@
justify-content: center;
align-items: center;
font-size: 22px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #D9001B;
}

8
ruoyi-ui/src/views/JiHeExpressway/pages/perception/trafficSituation/components/IndicatorQuery/index.vue

@ -374,7 +374,7 @@
.org {
font-size: 14px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #F4A125
}
@ -418,7 +418,7 @@
justify-content: center;
align-items: center;
font-size: 12px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 800;
color: #FFFFFF;
z-index: 9;
@ -490,7 +490,7 @@
>span.text {
display: inline-flex;
font-size: 16px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #FFFFFF;
}
@ -501,7 +501,7 @@
justify-content: center;
align-items: center;
font-size: 22px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #D9001B;
}

2
ruoyi-ui/src/views/JiHeExpressway/pages/perception/widgets/title/index.vue

@ -54,7 +54,7 @@ export default {
background: linear-gradient(180deg, #fff 15%, #4DD4FF 100%);
text-shadow: 0px 3px 0px rgba(0,0,0,0.08);
font-size: 24px;
font-family: YouSheBiaoTiHei, YouSheBiaoTiHei;
font-family: YouSheBiaoTiHei;
font-weight: 400;
background-clip: text;
}

5
ruoyi-ui/src/views/JiHeExpressway/pages/service/board/index.vue

@ -43,12 +43,11 @@
</div>
<!-- ++++++++++中间部分单个设备++++++++++ -->
<div style="width: 37.8%" class="part partMiddle">
<!-- <WgtTitle :title="'待下发信息'"></WgtTitle> -->
<div class="partTitle partDeviceTempateTitle">
<div>
<div style="display: flex;justify-content: start !important;align-items: center;">
<img class="qbbBigDot" src="@/assets/screen/xtb/qbbdot.png" alt="">
<!-- <div>{{ selectedDevice.deviceName }}</div> -->
<div>待下发信息</div>
<span v-if="selectedSize"> {{ selectedSize }}</span>
</div>
@ -77,7 +76,7 @@
</div>
</div>
</vuescroll>
<Empty v-else text="请从设备回读或从模板添加信息..."></Empty>
<Empty v-else title="请从设备回读或从模板添加信息..."></Empty>
</div>
</div>
<!-- ++++++++++右边部分信息模板++++++++++ -->

4
ruoyi-ui/src/views/JiHeExpressway/pages/service/publicService/components/topComponent/index.vue

@ -181,7 +181,7 @@
span.num {
font-size: 22px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #E2B066;
}
@ -211,7 +211,7 @@
span.num {
font-size: 14px;
font-family: PangMenZhengDao, PangMenZhengDao;
font-family: PangMenZhengDao;
font-weight: 400;
color: #E2B066;
}

Loading…
Cancel
Save