diff --git a/.env.development b/.env.development index 3b065fe..5cbbe59 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,7 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # 后端本地 # VITE_API_URL = 'http://192.168.34.221:9111' -# VITE_API_URL = 'http://192.168.34.221:28888' +VITE_API_URL = 'http://192.168.34.221:28888' # VITE_API_URL = 'http://121.196.214.246/api' # VITE_API_URL = 'http://jxj.zhgdyun.com:100' # VITE_API_URL = 'http://192.168.34.221:12360' @@ -21,7 +21,7 @@ NODE_ENV = 'development' # 七参数标准版(测试平台) # VITE_API_URL = 'http://182.90.224.237:15551' # agjt -VITE_API_URL = 'http://47.93.215.234:9809' +# VITE_API_URL = 'http://47.93.215.234:9809' # 上传 VITE_ULD_API_URL = 'http://192.168.34.155:8012/onlinePreview?url=' diff --git a/src/views/sevenLargeScreen/vehicleManagement/bottom-right.vue b/src/views/sevenLargeScreen/vehicleManagement/bottom-right.vue index 296de3a..ba6ac4f 100644 --- a/src/views/sevenLargeScreen/vehicleManagement/bottom-right.vue +++ b/src/views/sevenLargeScreen/vehicleManagement/bottom-right.vue @@ -20,23 +20,43 @@ @@ -64,7 +90,7 @@ import { reactive, ref, onMounted } from "vue"; import { getEntryAndExitListApi } from "@/api/modules/vehicle"; import { GlobalStore } from "@/stores"; -import noDataImage from "@/assets/images/vehicleManagement/car.png" +import noDataImage from "@/assets/images/vehicleManagement/car.png"; const store = GlobalStore(); const BASEURL = import.meta.env.VITE_API_URL; const pageNo = ref(1 as any); @@ -226,7 +252,15 @@ onMounted(async () => { width: 50px; height: 25px; } - img{ + .image-slot { + width: 50px; + height: 25px; + img { + width: 100%; + height: 100%; + } + } + > img { width: 62px; height: 62px; } @@ -236,7 +270,7 @@ onMounted(async () => { width: 11%; display: flex; align-items: center; - justify-content: center + justify-content: center; } } .listStyle:hover {