feat(代理中心页): 取消下划线

This commit is contained in:
hzj 2025-10-31 19:27:21 +08:00
parent f2347a693a
commit 83ea2d0c9d

View File

@ -126,7 +126,7 @@
{{ t('agency') }} {{ t('agency') }}
</div> </div>
<!-- 下划线元素 --> <!-- 下划线元素 -->
<div <!-- <div
style=" style="
width: 15px; width: 15px;
height: 3px; height: 3px;
@ -136,7 +136,7 @@
transition: left 0.3s ease; transition: left 0.3s ease;
" "
:style="underlineStyle" :style="underlineStyle"
></div> ></div> -->
</div> </div>
<!-- help --> <!-- help -->