diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue index a106e878..7c48bb8d 100644 --- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue +++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue @@ -609,7 +609,7 @@ const visibleAssociatedApplication = ref(false) const mockData = ref([]) const titles = ref(['未关联的应用名称', '已关联的应用名称']) - const titleName = ref('关联应用') + const titleName = ref('来源应用') const targetKeys = ref([]) // 上一步关联数据 const targetKeysBack = ref([]) diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmApplicationCase.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmApplicationCase.vue index 83e2829c..58754581 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmApplicationCase.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmApplicationCase.vue @@ -283,6 +283,11 @@ background-position: center; background-size: 635px 340px; } + :deep(.ant-image-img) { + width: 100%; + height: 100%; + vertical-align: middle; + } .content-top { font-size: 22px; line-height: 22px; diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmApplicationScenarios.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmApplicationScenarios.vue index 436aec93..cac2ee22 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmApplicationScenarios.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmApplicationScenarios.vue @@ -250,6 +250,11 @@ background-position: center; background-size: 635px 340px; } + :deep(.ant-image-img) { + width: 100%; + height: 100%; + vertical-align: middle; + } .content-top { font-size: 22px; line-height: 22px; diff --git a/front/src/views/detailsAll/components/Business/BusinessApplicationScenarios.vue b/front/src/views/detailsAll/components/Business/BusinessApplicationScenarios.vue index 436aec93..cac2ee22 100644 --- a/front/src/views/detailsAll/components/Business/BusinessApplicationScenarios.vue +++ b/front/src/views/detailsAll/components/Business/BusinessApplicationScenarios.vue @@ -250,6 +250,11 @@ background-position: center; background-size: 635px 340px; } + :deep(.ant-image-img) { + width: 100%; + height: 100%; + vertical-align: middle; + } .content-top { font-size: 22px; line-height: 22px; diff --git a/front/src/views/detailsAll/components/Developer/DeveloperApplicationCase.vue b/front/src/views/detailsAll/components/Developer/DeveloperApplicationCase.vue index 02ded303..fbb2c9c0 100644 --- a/front/src/views/detailsAll/components/Developer/DeveloperApplicationCase.vue +++ b/front/src/views/detailsAll/components/Developer/DeveloperApplicationCase.vue @@ -283,6 +283,11 @@ background-position: center; background-size: 635px 340px; } + :deep(.ant-image-img) { + width: 100%; + height: 100%; + vertical-align: middle; + } .content-top { font-size: 22px; line-height: 22px; diff --git a/front/src/views/detailsAll/components/Developer/DeveloperApplicationScenarios.vue b/front/src/views/detailsAll/components/Developer/DeveloperApplicationScenarios.vue index 436aec93..cac2ee22 100644 --- a/front/src/views/detailsAll/components/Developer/DeveloperApplicationScenarios.vue +++ b/front/src/views/detailsAll/components/Developer/DeveloperApplicationScenarios.vue @@ -250,6 +250,11 @@ background-position: center; background-size: 635px 340px; } + :deep(.ant-image-img) { + width: 100%; + height: 100%; + vertical-align: middle; + } .content-top { font-size: 22px; line-height: 22px; diff --git a/front/src/views/detailsAll/components/LayerService/LayerServiceApplicationScenarios.vue b/front/src/views/detailsAll/components/LayerService/LayerServiceApplicationScenarios.vue index 436aec93..cac2ee22 100644 --- a/front/src/views/detailsAll/components/LayerService/LayerServiceApplicationScenarios.vue +++ b/front/src/views/detailsAll/components/LayerService/LayerServiceApplicationScenarios.vue @@ -250,6 +250,11 @@ background-position: center; background-size: 635px 340px; } + :deep(.ant-image-img) { + width: 100%; + height: 100%; + vertical-align: middle; + } .content-top { font-size: 22px; line-height: 22px;