This commit is contained in:
X1627315083
2024-09-30 17:59:24 +08:00
parent d661159c8a
commit 02fe8147c9
17 changed files with 92 additions and 26 deletions

View File

@@ -996,7 +996,6 @@ methods: {
top: 2rem;
display: flex;
flex-direction: column;
overflow: hidden;
>div{
margin-bottom: 1rem;
}
@@ -1019,6 +1018,7 @@ methods: {
align-items: center;
justify-content: center;
border-radius: .5rem;
position: relative;
border: .1rem solid #ccc;
.fi-sr-heart{
color: red;
@@ -1028,7 +1028,7 @@ methods: {
ul{
top: 100%;
position: absolute;
width: 13rem;
width: 10rem;
left: 0;
text-align: center;
border-radius: calc(1rem*1.2);