This commit is contained in:
2022-12-28 11:25:40 +08:00
4 changed files with 44 additions and 3 deletions

View File

@@ -158,11 +158,19 @@ export default {
height: 120px;
display: flex;
div {
<<<<<<< HEAD div {
margin-top: 8px;
}
.image {
=======div {
overflow: hidden;
text-overflow: ellipsis;
margin-top: 8px;
white-space: nowrap;
margin-top: 8px;
}
>>>>>>>aa4dbc1bbd212aedbdfbecefb3f5f977aec0cc14 .image {
height: 100px;
margin-top: 3px;
width: 100px
@@ -170,6 +178,12 @@ export default {
}
.click-button {
margin-top: 8px;
background-color: white;
border-color: #F56C6C;
}
.separate {
margin-top: 8px;
}