style: upload image in message input

This commit is contained in:
jialin
2024-09-22 14:55:23 +08:00
parent a5cebb88ef
commit af077c4706
9 changed files with 217 additions and 66 deletions
+7 -5
View File
@@ -11,10 +11,10 @@
overflow: hidden;
border-radius: var(--border-radius-base);
cursor: pointer;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border: 1px solid var(--ant-color-border);
// background-position: center;
// background-size: cover;
// background-repeat: no-repeat;
// border: 1px solid var(--ant-color-border);
}
.del {
@@ -37,6 +37,8 @@
}
.thumb-list-wrap {
display: flex;
gap: 10px;
flex-wrap: wrap;
padding: 10px;
// background-color: var(--color-fill-1);
}