From 5f76575b33efa7f1e30658480b511d8d2a962048 Mon Sep 17 00:00:00 2001 From: whychdw <496960745@qq.com> Date: 星期五, 01 十一月 2024 10:20:58 +0800 Subject: [PATCH] 平台样式调整 --- src/components/ycCard.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ycCard.vue b/src/components/ycCard.vue index f03901d..37323d1 100644 --- a/src/components/ycCard.vue +++ b/src/components/ycCard.vue @@ -1,6 +1,6 @@ <script setup> import { ref } from "vue"; -const props = defineProps({ +const props = defineProps({ title: { type: String, }, @@ -25,7 +25,7 @@ <style scoped lang="less"> .card { - background: #1a585d; + background: radial-gradient(#1a585d10, #1a585d80); display: flex; flex-direction: column; position: relative; -- Gitblit v1.9.1