设计数据结构

This commit is contained in:
zyronon
2023-08-24 00:36:21 +08:00
parent 6d4e1680ac
commit 942217f10e
5 changed files with 236 additions and 238 deletions

View File

@@ -73,6 +73,7 @@ const props = defineProps<{
align-items: center;
justify-content: center;
font-size: 12rem;
color: white;
//gap: 2rem;
.key {

View File

@@ -84,6 +84,7 @@ watch(() => props.list, () => {
display: flex;
justify-content: space-between;
transition: all .3s;
//color: black;
&.active {
background: $second;