27626
This commit is contained in:
@@ -294,6 +294,13 @@ export default {
|
|||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.ai-uploader {
|
||||||
|
.item {
|
||||||
|
.info {
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.line {
|
.line {
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<h2>办理须知</h2>
|
<h2>办理须知</h2>
|
||||||
<div class="service-content">
|
<div class="service-content">
|
||||||
<u-parse :imageProp="imageProp" className="articalContent" :content="content" />
|
<u-parse :imageProp="imageProp" className="articalContent" :content="content" />
|
||||||
<!-- <div v-html="content" class="articalContent"></div> -->
|
<div v-html="content" class="articalContent"></div>
|
||||||
<!-- <u-parse className="articalContent" :html="content"></u-parse> -->
|
<!-- <u-parse className="articalContent" :html="content"></u-parse> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="service-btn" v-if="processType != 2" @click="toSubmit">我已阅读并同意</div>
|
<div class="service-btn" v-if="processType != 2" @click="toSubmit">我已阅读并同意</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user