Update bubble.module.scss

This commit is contained in:
fantasticit 2022-04-26 16:21:19 +08:00
parent 337c3d172a
commit 08860dffee
1 changed files with 8 additions and 8 deletions

View File

@ -3,26 +3,26 @@
> div {
display: flex;
flex-wrap: wrap;
margin-top: 8px;
width: 168px;
margin-top: 8px;
flex-wrap: wrap;
ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
padding: 0;
margin: 0;
list-style: none;
flex-wrap: wrap;
li {
width: 80px;
height: 30px;
text-align: center;
line-height: 30px;
padding: 0 5px;
font-size: 12px;
cursor: pointer;
line-height: 30px;
text-align: center;
text-decoration: none;
cursor: pointer;
border: 1px solid rgb(28 31 35 / 8%);
&.active {