Commit 70032cd4 authored by 朱超's avatar 朱超

调整布局

parent 278e0c67
......@@ -220,15 +220,15 @@ import AMapLoader from "@amap/amap-jsapi-loader";
<div class="rightLayer1 rightLayer3" style="margin-top: 7%">
<table v-show="menuGYTransfer == 0">
<tr>
<th style="width: 15%">名称</th>
<th style="width: 20%">名称</th>
<!-- <th v-for="item in gYTransferValue" :key="item.transferId">
{{ item.transferName }}
</th> -->
<th style="width: 14%">一次供温℃</th>
<th style="width: 14%">一次回温℃</th>
<th style="width: 14%">1#阀门开度%</th>
<th style="width: 14%">2#阀门开度%</th>
<th style="width: 14%">3阀门开度%</th>
<th style="width: 13%">一次供温℃</th>
<th style="width: 13%">一次回温℃</th>
<th style="width: 13%">1#阀门开度%</th>
<th style="width: 13%">2#阀门开度%</th>
<th style="width: 13%">3阀门开度%</th>
<th>4阀门开度%</th>
</tr>
<tr v-for="item in gYTransferValue" :key="item.transferId">
......@@ -1492,9 +1492,6 @@ export default defineComponent({
stack: "总量",
label: {
show: true,
// formatter: function (params) {
// return params.value + "%";
// },
position: "inside",
color: "#ffffff",
},
......@@ -1574,9 +1571,6 @@ export default defineComponent({
right: 0;
bottom: 0;
width: 100%;
/* min-width: 1890px; */
/* min-width: 1680px; */
/* min-height: 1080px; */
margin: 0 auto;
overflow: hidden;
}
......@@ -1897,8 +1891,8 @@ export default defineComponent({
}
.gis_content .nodata {
display: flex;
align-items: center; /* 垂直居中 */
justify-content: center; /* 水平居中,如果需要的话 */
align-items: center;
justify-content: center;
font-size: 160%;
color: rgb(25, 247, 255);
}
......
......@@ -1457,9 +1457,9 @@ function dateFormatter(formatter, date) {
function seltimeFun(e) {
(params.startTime = dateFormatter("YYYY-MM-DD HH:mm:ss", timeV.value[0])),
(params.endTime = dateFormatter("YYYY-MM-DD HH:mm:ss", timeV.value[1])),
setTimeout(function () {
postArealistFun();
}, 500);
setTimeout(function () {
postArealistFun();
}, 500);
}
function timeFun() {
selTimeF.value = true;
......@@ -1629,4 +1629,14 @@ ul.titinfoM li span {
.tableStyle td {
text-align: center;
}
@media (min-width: 1700px) {
.mainBlock {
height: 73vh;
}
}
@media (min-width: 2560px) {
.mainBlock {
height: 78vh;
}
}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment