优化卡片组件样式

This commit is contained in:
jxxghp
2025-07-10 22:00:06 +08:00
parent bc1849f0a0
commit 6691f40c49
11 changed files with 30 additions and 20 deletions
+3 -3
View File
@@ -179,15 +179,15 @@ onActivated(() => {
<style lang="scss" scoped>
.slider-container {
position: relative;
margin-block-end: 24px;
margin-block-end: 8px;
}
.slider-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-block-end: 12px;
gap: 8px;
margin-block-end: 8px;
padding-block: 0;
padding-inline: 8px;