This commit is contained in:
gaoyuanwei 2022-07-18 15:45:40 +08:00
parent 0d66553d28
commit 0c9d41c4ce
7 changed files with 31 additions and 1 deletions

View File

@ -609,7 +609,7 @@
const visibleAssociatedApplication = ref(false) const visibleAssociatedApplication = ref(false)
const mockData = ref([]) const mockData = ref([])
const titles = ref(['未关联的应用名称', '已关联的应用名称']) const titles = ref(['未关联的应用名称', '已关联的应用名称'])
const titleName = ref('关联应用') const titleName = ref('来源应用')
const targetKeys = ref([]) const targetKeys = ref([])
// //
const targetKeysBack = ref([]) const targetKeysBack = ref([])

View File

@ -283,6 +283,11 @@
background-position: center; background-position: center;
background-size: 635px 340px; background-size: 635px 340px;
} }
:deep(.ant-image-img) {
width: 100%;
height: 100%;
vertical-align: middle;
}
.content-top { .content-top {
font-size: 22px; font-size: 22px;
line-height: 22px; line-height: 22px;

View File

@ -250,6 +250,11 @@
background-position: center; background-position: center;
background-size: 635px 340px; background-size: 635px 340px;
} }
:deep(.ant-image-img) {
width: 100%;
height: 100%;
vertical-align: middle;
}
.content-top { .content-top {
font-size: 22px; font-size: 22px;
line-height: 22px; line-height: 22px;

View File

@ -250,6 +250,11 @@
background-position: center; background-position: center;
background-size: 635px 340px; background-size: 635px 340px;
} }
:deep(.ant-image-img) {
width: 100%;
height: 100%;
vertical-align: middle;
}
.content-top { .content-top {
font-size: 22px; font-size: 22px;
line-height: 22px; line-height: 22px;

View File

@ -283,6 +283,11 @@
background-position: center; background-position: center;
background-size: 635px 340px; background-size: 635px 340px;
} }
:deep(.ant-image-img) {
width: 100%;
height: 100%;
vertical-align: middle;
}
.content-top { .content-top {
font-size: 22px; font-size: 22px;
line-height: 22px; line-height: 22px;

View File

@ -250,6 +250,11 @@
background-position: center; background-position: center;
background-size: 635px 340px; background-size: 635px 340px;
} }
:deep(.ant-image-img) {
width: 100%;
height: 100%;
vertical-align: middle;
}
.content-top { .content-top {
font-size: 22px; font-size: 22px;
line-height: 22px; line-height: 22px;

View File

@ -250,6 +250,11 @@
background-position: center; background-position: center;
background-size: 635px 340px; background-size: 635px 340px;
} }
:deep(.ant-image-img) {
width: 100%;
height: 100%;
vertical-align: middle;
}
.content-top { .content-top {
font-size: 22px; font-size: 22px;
line-height: 22px; line-height: 22px;