修复部分样式

This commit is contained in:
aixianling
2022-10-20 16:39:47 +08:00
parent 5775c244cb
commit 21d1714f7e
3 changed files with 8 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
<AiStep v-for="(item,i) in process" :key="item.id" :index="i">
<div class="flex start">
<div class="fill stepTitle" v-text="item.systemExplain"/>
<div class="color-999 mar-r32" v-text="item.doTime"/>
<div class="color-999 mar-r32 stepTime" v-text="item.doTime"/>
</div>
<div v-if="item.doExplain" class="stepContent mar-t8" v-text="item.doExplain"/>
<u-gap height="48"/>
@@ -137,6 +137,10 @@ export default {
font-size: 32px;
}
.stepTime {
line-height: 44px;
}
.stepContent {
color: #343D65;
}