This commit is contained in:
2025-08-05 18:36:54 +08:00
parent 82e6ff6663
commit 3ac985e57d
3 changed files with 4 additions and 19 deletions

View File

@@ -81,22 +81,6 @@ export default {
background linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(49,190,255,0.9) 0%, rgba(239,252,254,1) 40%)
-webkit-background-clip: text
-webkit-text-fill-color: transparent
&::before
content ''
position absolute
bottom 0
left 0
width 100%
height 2px
background-image linear-gradient(to right,#62b2f0,#b1ebf8)
&::after
content ''
position absolute
top 0
right 0
height 100%
width 2px
background-image linear-gradient(to bottom,#62b2f0,#b1ebf8)
.nav_icon
width 35%
padding-top 35%

View File

@@ -34,8 +34,8 @@
<div class="absolute hud_left hud_right"></div>
<router-view></router-view>
</el-row>
<div class="task-tips">
<el-steps v-if="JSON.stringify(topInfo) !== '{}'" :active="currentStep" simple>
<div v-if="JSON.stringify(topInfo) !== '{}'" class="task-tips">
<el-steps :active="currentStep" simple>
<el-step v-for="(e, i) in taskSeq" :key="i" :title="e" icon="el-icon-location"></el-step>
</el-steps>
</div>