621bug
This commit is contained in:
parent
0d66553d28
commit
0c9d41c4ce
|
@ -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([])
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue