chore: width

This commit is contained in:
camera-2018
2023-07-19 22:44:33 +08:00
parent 5fd2410968
commit 3133236ba9

View File

@@ -69,9 +69,9 @@ const layer4 = layerBase
const cardStyle = computed(() => ({
background: '',
height: '20rem',
width: '15rem',
borderRadius: '5px',
height: '14rem',
width: '20rem',
borderRadius: '20px',
border: '1px solid #000000',
overflow: 'hidden',
transition: '.3s ease-out all',