Browse Source

地图显示

wangqin
Joe 11 months ago
parent
commit
f997cf76ed
  1. 9
      ruoyi-ui/src/views/JiHeExpressway/components/FormConfig/index.vue
  2. 8
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/CrowdnessIndicatorRankings/index.vue
  3. 5
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/ReleaseInformation/index.vue

9
ruoyi-ui/src/views/JiHeExpressway/components/FormConfig/index.vue

@ -98,12 +98,19 @@ export default {
margin: 0;
height: 100%;
&:first-child {
.el-form-item__label-wrap {
padding-top: 9px;
}
}
.el-form-item__label-wrap {
width: fit-content;
align-self: start;
.el-form-item__label {
height: 22px;
font-size: 16px;
font-size: 15px;
// font-family: PingFang SC, PingFang SC;
font-weight: 400;
color: #3DE8FF;

8
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/CrowdnessIndicatorRankings/index.vue

@ -1,7 +1,7 @@
<template>
<Card class='CrowdnessIndicatorRankings border' title="拥挤度指标排名情况">
<div class="map">
map
<AMapContainer style="z-index: 9;" />
</div>
<div class="right border">
<div :class="['item', { active: active === item.key }]" v-for="item in operation" :key="item.key"
@ -20,11 +20,13 @@
<script>
import Card from "./../../components/Card.vue";
import AMapContainer from "@screen/pages/Home/components/AMapContainer/index.vue"
export default {
name: 'CrowdnessIndicatorRankings',
components: {
Card
Card,
AMapContainer
},
data() {
return {
@ -81,6 +83,8 @@ export default {
.map {
flex: 1;
position: relative;
overflow: hidden;
}
.right {

5
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/ReleaseInformation/index.vue

@ -72,13 +72,10 @@ export default {
key: "content",
type: "input",
options: {
// style: {
// height: "90px",
// },
type: "textarea",
autosize: true,
maxlength: 200,
autosize: { minRows: 6, maxRows: 6 },
autosize: { minRows: 9, maxRows: 9 },
showWordLimit: true
}
},

Loading…
Cancel
Save