diff --git a/ui/dasadmin/.env.development b/ui/dasadmin/.env.development index 0349de0f..557a688e 100644 --- a/ui/dasadmin/.env.development +++ b/ui/dasadmin/.env.development @@ -8,6 +8,7 @@ VITE_BASE_PATH = './' # 本地 # VITE_APP_PROXY=[["/api","http://192.168.130.22:8080/api"]] # 线上 + # VITE_APP_PROXY=[["/api","https://192.168.151.18:6379/api"]] VITE_APP_PROXY=[["/api","https://test.jsspisoft.com/api"]] diff --git a/ui/dasadmin/src/views/backend/home/windMatrixpage.vue b/ui/dasadmin/src/views/backend/home/windMatrixpage.vue index 2738c424..e61bb5e2 100644 --- a/ui/dasadmin/src/views/backend/home/windMatrixpage.vue +++ b/ui/dasadmin/src/views/backend/home/windMatrixpage.vue @@ -443,7 +443,11 @@ const getSafeImagePath = (item, type) => { } .wind-default { background-image: linear-gradient(180deg, #f0f6ff 0%, #ffffff 50%); - border: 1px solid #e1edf6; + border: 1px solid #ffffff; + // border: 1px solid #e1edf6; + opacity: 1; + background: transparent; + } .wind-offline { background-image: linear-gradient(180deg, #dddddd 0%, #ffffff 93%); @@ -475,6 +479,7 @@ const getSafeImagePath = (item, type) => { display: flex; box-sizing: border-box; width: 170px; + // width: 170px; height: 110px; margin-top: 8px; margin-bottom: 8px; diff --git a/ui/dasadmin/src/views/backend/report/SingleReport.vue b/ui/dasadmin/src/views/backend/report/SingleReport.vue index c27cb0e0..1048bc2f 100644 --- a/ui/dasadmin/src/views/backend/report/SingleReport.vue +++ b/ui/dasadmin/src/views/backend/report/SingleReport.vue @@ -2,7 +2,32 @@