chore: width
This commit is contained in:
@@ -69,9 +69,9 @@ const layer4 = layerBase
|
|||||||
|
|
||||||
const cardStyle = computed(() => ({
|
const cardStyle = computed(() => ({
|
||||||
background: '',
|
background: '',
|
||||||
height: '20rem',
|
height: '14rem',
|
||||||
width: '15rem',
|
width: '20rem',
|
||||||
borderRadius: '5px',
|
borderRadius: '20px',
|
||||||
border: '1px solid #000000',
|
border: '1px solid #000000',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
transition: '.3s ease-out all',
|
transition: '.3s ease-out all',
|
||||||
|
|||||||
Reference in New Issue
Block a user