添加按钮背景

This commit is contained in:
李志鹏
2025-10-31 16:42:10 +08:00
parent ef5392e28c
commit f286570c24
3 changed files with 3 additions and 1 deletions

View File

@@ -281,6 +281,7 @@
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
}
}
> .icon-selected {

View File

@@ -220,6 +220,7 @@
border: 0.24rem solid #000;
display: flex;
align-items: center;
background-color: #fff;
> .icon {
margin: 0 1.8rem;
}
@@ -246,6 +247,7 @@
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
}
}
}