feat: 操作按钮改为图标展示 添加取消收藏按钮

This commit is contained in:
ZiuChen
2022-09-04 18:33:14 +08:00
parent e8204cb729
commit 096a9559ab
2 changed files with 16 additions and 9 deletions

View File

@@ -53,6 +53,7 @@
overflow: hidden;
word-break: break-all;
max-height: 150px;
max-width: 500px;
padding: 5px;
white-space: pre-wrap;
flex-direction: column;
@@ -80,7 +81,7 @@
align-items: center;
justify-content: center;
min-width: 150px;
padding: 10px;
padding: 0px 10px;
& * {
display: flex;
align-items: center;