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

调整布局

parent 278e0c67
...@@ -220,15 +220,15 @@ import AMapLoader from "@amap/amap-jsapi-loader"; ...@@ -220,15 +220,15 @@ import AMapLoader from "@amap/amap-jsapi-loader";
<div class="rightLayer1 rightLayer3" style="margin-top: 7%"> <div class="rightLayer1 rightLayer3" style="margin-top: 7%">
<table v-show="menuGYTransfer == 0"> <table v-show="menuGYTransfer == 0">
<tr> <tr>
<th style="width: 15%">名称</th> <th style="width: 20%">名称</th>
<!-- <th v-for="item in gYTransferValue" :key="item.transferId"> <!-- <th v-for="item in gYTransferValue" :key="item.transferId">
{{ item.transferName }} {{ item.transferName }}
</th> --> </th> -->
<th style="width: 14%">一次供温℃</th> <th style="width: 13%">一次供温℃</th>
<th style="width: 14%">一次回温℃</th> <th style="width: 13%">一次回温℃</th>
<th style="width: 14%">1#阀门开度%</th> <th style="width: 13%">1#阀门开度%</th>
<th style="width: 14%">2#阀门开度%</th> <th style="width: 13%">2#阀门开度%</th>
<th style="width: 14%">3阀门开度%</th> <th style="width: 13%">3阀门开度%</th>
<th>4阀门开度%</th> <th>4阀门开度%</th>
</tr> </tr>
<tr v-for="item in gYTransferValue" :key="item.transferId"> <tr v-for="item in gYTransferValue" :key="item.transferId">
...@@ -1492,9 +1492,6 @@ export default defineComponent({ ...@@ -1492,9 +1492,6 @@ export default defineComponent({
stack: "总量", stack: "总量",
label: { label: {
show: true, show: true,
// formatter: function (params) {
// return params.value + "%";
// },
position: "inside", position: "inside",
color: "#ffffff", color: "#ffffff",
}, },
...@@ -1574,9 +1571,6 @@ export default defineComponent({ ...@@ -1574,9 +1571,6 @@ export default defineComponent({
right: 0; right: 0;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
/* min-width: 1890px; */
/* min-width: 1680px; */
/* min-height: 1080px; */
margin: 0 auto; margin: 0 auto;
overflow: hidden; overflow: hidden;
} }
...@@ -1897,8 +1891,8 @@ export default defineComponent({ ...@@ -1897,8 +1891,8 @@ export default defineComponent({
} }
.gis_content .nodata { .gis_content .nodata {
display: flex; display: flex;
align-items: center; /* 垂直居中 */ align-items: center;
justify-content: center; /* 水平居中,如果需要的话 */ justify-content: center;
font-size: 160%; font-size: 160%;
color: rgb(25, 247, 255); color: rgb(25, 247, 255);
} }
......
...@@ -1629,4 +1629,14 @@ ul.titinfoM li span { ...@@ -1629,4 +1629,14 @@ ul.titinfoM li span {
.tableStyle td { .tableStyle td {
text-align: center; text-align: center;
} }
@media (min-width: 1700px) {
.mainBlock {
height: 73vh;
}
}
@media (min-width: 2560px) {
.mainBlock {
height: 78vh;
}
}
</style> </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