fix: 修改fyyk页面显示问题

This commit is contained in:
Vce 2024-03-25 18:19:07 +08:00
parent 4cf6a0a2e3
commit 6082499024
7 changed files with 50 additions and 29 deletions

View File

@ -13,9 +13,9 @@ NODE_ENV = 'development'
# 沈阳合盈线上
# VITE_API_URL = "http://101.43.164.214:45022"
# 演示平台
# VITE_API_URL = 'http://jxj.zhgdyun.com:9809'
VITE_API_URL = 'http://jxj.zhgdyun.com:9809'
# 百色七参数线上地址
VITE_API_URL = 'http://101.43.164.214:11111'
# VITE_API_URL = 'http://101.43.164.214:11111'
# 上传
VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url='

View File

@ -11,10 +11,10 @@ NODE_ENV = "production"
# VITE_API_URL = "http://183.249.224.118:9003"
# 百色 新项目通用地址
VITE_API_URL = 'http://101.43.164.214:11111'
# VITE_API_URL = 'http://101.43.164.214:11111'
# 七参数标准版(演示平台)
# VITE_API_URL = 'http://jxj.zhgdyun.com:9809'
VITE_API_URL = 'http://jxj.zhgdyun.com:9809'
# 七参数标准版(测试平台)
# VITE_API_URL = 'http://jxj.zhgdyun.com:15551'

View File

@ -104,6 +104,7 @@ import { GlobalStore } from "@/stores";
const store = GlobalStore();
import { concreteMixStationPage2, concreteMaterialDataList2 } from "@/api/modules/largeMachinery";
let dialogShowTime = ref(false as any);
// 12345
let stateOptions = ref([
{
@ -499,18 +500,23 @@ onMounted(() => {
}
}
.not-data {
top: 73%;
width: 12%;
left: 44%;
position: absolute;
top: 25%;
width: 100%;
left: 35%;
// position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
img {
width: 40%;
margin: 5% 30%;
width: 10%;
margin: 10% 0 5% 0;
}
p {
text-align: center;
color: #fff;
font-size: calc(100vw * 14 / 1920);
margin: -6% 37%;
margin: -3% 30%;
}
}
.political-outlook {

View File

@ -312,7 +312,7 @@ const getMeterTotal = async () => {
chartDom.removeAttribute("_echarts_instance_");
}
let echartsTest = echarts.init(document.getElementById("loadLineTopLeft"));
echartsTest.clear();
// echartsTest.clear();
}
};

View File

@ -494,18 +494,23 @@ onMounted(() => {
}
}
.not-data {
top: 73%;
width: 12%;
left: 44%;
position: absolute;
top: 25%;
width: 100%;
left: 35%;
// position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
img {
width: 40%;
margin: 5% 30%;
width: 10%;
margin: 10% 0 5% 0;
}
p {
text-align: center;
color: #fff;
font-size: calc(100vw * 14 / 1920);
margin: -6% 37%;
margin: -3% 30%;
}
}
.political-outlook {

View File

@ -505,18 +505,23 @@ onMounted(() => {
}
}
.not-data {
top: 73%;
width: 12%;
left: 44%;
position: absolute;
top: 25%;
width: 100%;
left: 35%;
// position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
img {
width: 40%;
margin: 5% 30%;
width: 8%;
margin: 6% 0 4% 0;
}
p {
text-align: center;
color: #fff;
font-size: calc(100vw * 14 / 1920);
margin: -6% 37%;
margin: -3% 30%;
}
}
.political-outlook {

View File

@ -374,13 +374,18 @@ const list = ref([] as any);
}
}
.notoDta {
top: 35%;
// background-color: #fff;
top: 20%;
width: 50%;
left: 30%;
left: 25%;
position: absolute;
text-align: center;
// display: flex;
// flex-direction: column;
// justify-content: center;
// align-items: center;
img {
width: 40%;
width: 20%;
margin: 5% 30%;
}
p {