Refactor(UrlCard): Optimize UrlCard
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
> .card-box {
|
||||
width: 200px;
|
||||
height: 360px;
|
||||
height: 320px;
|
||||
flex: 0 0 auto;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user