修复部分样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user