fix: 修复图标展示

This commit is contained in:
dzw 2024-04-30 16:52:58 +08:00
parent 3dade9855d
commit 4dffcab92b

View File

@ -285,12 +285,12 @@ export default {
.tab1-img { .tab1-img {
position: absolute; position: absolute;
@width: 1rem; @width: 12rem;
width: @width; width: @width;
height: @width; height: @width;
margin-left: 4rem; margin-left: 4rem;
transition: all 0.3s; transition: all 0.3s;
margin-top: 7rem; // margin-top: 7rem;
} }
.tab2-img { .tab2-img {