fix(projects): perf card style

This commit is contained in:
Soybean
2024-01-25 19:10:00 +08:00
parent d886e50fd3
commit c1afb9dc50
5 changed files with 9 additions and 8 deletions

View File

@ -59,7 +59,7 @@ const bgColor = computed(() => {
<template>
<div class="relative flex-center wh-full overflow-hidden" :style="{ backgroundColor: bgColor }">
<WaveBg :theme-color="bgThemeColor" />
<NCard class="relative w-auto rd-12px z-4">
<NCard :bordered="false" class="relative w-auto rd-12px z-4">
<div class="w-400px <sm:w-300px">
<header class="flex-y-center justify-between">
<SystemLogo class="text-64px text-primary <sm:text-48px" />