feat: 卡片样式调整

This commit is contained in:
niedongsheng 2026-04-07 14:05:20 +08:00
parent f0fd858f2c
commit a5b7b80404

View File

@ -39,7 +39,7 @@ const props = defineProps({
.card-item {
position: relative;
width: 100%;
padding: 21px 50px 17px 10px;
padding: 20px;
background-color: #fff;
border-radius: 8px;
}