Refactor(UrlCard): Optimize UrlCard

This commit is contained in:
2024-04-28 16:14:04 +08:00
parent aa96359f46
commit 340a842b4c
7 changed files with 89 additions and 103 deletions

View File

@@ -1,12 +1,12 @@
@use '@/assets/css/constants' as constants;
[data-component=component-system-card] {
[data-component=component-url-card] {
cursor: pointer;
.system-card {
.url-card {
width: 100%;
height: 100%;
margin-top: 100px;
margin-top: 80px;
text-align: center;
gap: 42px;

View File

@@ -9,7 +9,7 @@
> .card-box {
width: 200px;
height: 360px;
height: 320px;
flex: 0 0 auto;
overflow: hidden !important;
}