瀑布流css修改

This commit is contained in:
2023-08-09 17:05:23 +08:00
parent 801b5f047a
commit 39cb8a7b4c
2 changed files with 2 additions and 2 deletions

View File

@@ -293,7 +293,7 @@ img {
position: relative;
margin-bottom: 20px;
cursor: pointer;
transition: all linear 0.2s;
transition: box-shadow linear 0.2s;
.detail-tab {
width: 32px;

View File

@@ -211,7 +211,7 @@ watchEffect(()=>{
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
margin-bottom: 20px;
cursor: pointer;
transition: all linear 0.2s;
transition: box-shadow linear 0.2s;
.authentication-box {
width: 275px;