File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/components/dialog/content/manager/packCard Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<template >
22 <Card
3- class =" w-full h-full inline-flex flex-col justify-between items-start overflow-hidden rounded-2xl shadow-elevation-3 dark-theme:bg-dark-elevation-2 transition-all duration-200"
3+ class =" w-full h-full inline-flex flex-col justify-between items-start overflow-hidden rounded-lg shadow-elevation-3 dark-theme:bg-dark-elevation-2 transition-all duration-200"
44 :class =" {
55 'selected-card': isSelected,
66 'opacity-60': isDisabled
77 }"
88 :pt =" {
9- body: { class: 'p-0 flex flex-col w-full h-full rounded-2xl gap-0' },
10- content: { class: 'flex-1 flex flex-col rounded-2xl min-h-0' },
9+ body: { class: 'p-0 flex flex-col w-full h-full rounded-lg gap-0' },
10+ content: { class: 'flex-1 flex flex-col rounded-lg min-h-0' },
1111 title: { class: 'w-full h-full rounded-t-lg cursor-pointer' },
1212 footer: { class: 'p-0 m-0' }
1313 }"
@@ -171,8 +171,8 @@ const formattedLatestVersionDate = computed(() => {
171171 left : 0 ;
172172 right : 0 ;
173173 bottom : 0 ;
174- border : 6 px solid var (--p-primary-color );
175- border-radius : 1 rem ;
174+ border : 3 px solid var (--p-primary-color );
175+ border-radius : 0.5 rem ;
176176 pointer-events : none ;
177177 z-index : 100 ;
178178}
You can’t perform that action at this time.
0 commit comments