Commit 61fa0f65 by cherishsince

【优化】优化 AI 角色仓库 Card 底部预留空间

parent ac436ae1
...@@ -103,7 +103,7 @@ onMounted(() => { ...@@ -103,7 +103,7 @@ onMounted(() => {
.card-body { .card-body {
max-width: 240px; max-width: 240px;
width: 240px; width: 240px;
padding: 15px; padding: 15px 15px 10px 15px;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
...@@ -132,7 +132,7 @@ onMounted(() => { ...@@ -132,7 +132,7 @@ onMounted(() => {
display: inline-block; display: inline-block;
margin-right: 20px; margin-right: 20px;
border-radius: 10px; border-radius: 10px;
margin-bottom: 30px; margin-bottom: 20px;
position: relative; position: relative;
.more-container { .more-container {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment