设计数据结构
This commit is contained in:
@@ -73,6 +73,7 @@ const props = defineProps<{
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 12rem;
|
||||
color: white;
|
||||
//gap: 2rem;
|
||||
|
||||
.key {
|
||||
|
||||
@@ -84,6 +84,7 @@ watch(() => props.list, () => {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
transition: all .3s;
|
||||
//color: black;
|
||||
|
||||
&.active {
|
||||
background: $second;
|
||||
|
||||
Reference in New Issue
Block a user