bugfix: 引用图片删除
This commit is contained in:
@@ -635,7 +635,6 @@
|
||||
messageList.value = [...ancestorsList]
|
||||
params.versionID = current?.id
|
||||
sketchList.value = imgList
|
||||
console.log('------------', messageList.value)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -35,16 +35,18 @@
|
||||
.report-card {
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
margin: 2.4rem 0;
|
||||
margin: 1.2rem 0 0;
|
||||
min-height: 11.2rem;
|
||||
background: url('@/assets/images/report-card.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
padding: 2.9rem;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
&.is-url {
|
||||
background: url('@/assets/images/link-card.png') no-repeat;
|
||||
background-size: 100% 100%;
|
||||
margin: 2.4rem 0;
|
||||
}
|
||||
&.is-sketch {
|
||||
background: url('@/assets/images/sketch-card.png') no-repeat;
|
||||
@@ -61,7 +63,7 @@
|
||||
|
||||
&-header {
|
||||
font-family: 'Medium';
|
||||
font-size: 1.6rem;
|
||||
font-size: 1.2rem;
|
||||
margin-bottom: 1.3rem;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@@ -80,7 +82,7 @@
|
||||
&-content {
|
||||
font-family: 'Regular';
|
||||
font-weight: 300;
|
||||
font-size: 1.6rem;
|
||||
font-size: 1.2rem;
|
||||
color: #7c7c7c;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user