css
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
VUE_APP_API_BASE_URL=http://localhost:8011
|
# VUE_APP_API_BASE_URL=http://localhost:8011
|
||||||
|
VUE_APP_API_BASE_URL=http://192.168.100.201:8011
|
||||||
@@ -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%)
|
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-background-clip: text
|
||||||
-webkit-text-fill-color: transparent
|
-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
|
.nav_icon
|
||||||
width 35%
|
width 35%
|
||||||
padding-top 35%
|
padding-top 35%
|
||||||
|
|||||||
@@ -34,8 +34,8 @@
|
|||||||
<div class="absolute hud_left hud_right"></div>
|
<div class="absolute hud_left hud_right"></div>
|
||||||
<router-view></router-view>
|
<router-view></router-view>
|
||||||
</el-row>
|
</el-row>
|
||||||
<div class="task-tips">
|
<div v-if="JSON.stringify(topInfo) !== '{}'" class="task-tips">
|
||||||
<el-steps v-if="JSON.stringify(topInfo) !== '{}'" :active="currentStep" simple>
|
<el-steps :active="currentStep" simple>
|
||||||
<el-step v-for="(e, i) in taskSeq" :key="i" :title="e" icon="el-icon-location"></el-step>
|
<el-step v-for="(e, i) in taskSeq" :key="i" :title="e" icon="el-icon-location"></el-step>
|
||||||
</el-steps>
|
</el-steps>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user