diff --git a/front/package.json b/front/package.json index d0ddbf1b..a3efb530 100644 --- a/front/package.json +++ b/front/package.json @@ -1,5 +1,5 @@ { - "name": "HiIRS", + "name": "HiUCS", "version": "0.8.0", "private": true, "scripts": { diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js index 8c0da527..19e1dbdb 100644 --- a/front/public/static/config/location.js +++ b/front/public/static/config/location.js @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2020-07-07 16:03:23 * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-07-05 20:07:23 + * @LastEditTime: 2022-07-05 20:08:53 * @Description: 数据资源参数配置 */ //const newLocation = 'qingdao' @@ -162,7 +162,7 @@ else if (newLocation === 'xihaian') { footerDataList.footerList = { company: { left: '青岛西海岸新区大数据发展促进局建设', - right: 'v0.81', + right: 'v0.8.1.5', }, address: [ { diff --git a/front/src/views/assignCase/components/queryPage.vue b/front/src/views/assignCase/components/queryPage.vue index cb55bcba..371c9f81 100644 --- a/front/src/views/assignCase/components/queryPage.vue +++ b/front/src/views/assignCase/components/queryPage.vue @@ -379,7 +379,7 @@ border-radius: 6px; box-shadow: 5px 5px 20px 0 #f2f3fb; img { - // width: 370px; + max-width: 360px; height: 200px; border-radius: 6px; } diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmOnTrial.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmOnTrial.vue index aba778da..55c37218 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmOnTrial.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmOnTrial.vue @@ -1,8 +1,8 @@