修改兴趣偏好标题样式。

This commit is contained in:
weinan2087
2022-10-23 17:21:31 +08:00
parent fa41dc9df3
commit c28d21691f

View File

@@ -3,12 +3,13 @@
:close-on-click-modal="false"
:visible.sync="interestCollection"
:append-to-body="true" top="7vh" @close="closeDialog" custom-class="hobby-dialog">
<div class="interest_title">
<span class="text_84">请选择您的</span>
<span class="text_85">学习兴趣</span>
<span class="text_86">至少三个可随时调整</span>
</div>
<div style="margin-top:0px;min-width: 770px;max-width:950px;">
<div class="interest_title">
<span class="text_84">请选择您的</span>
<span class="text_85">学习兴趣</span>
<span class="text_86">至少三个可随时调整</span>
</div>
<div class="interest" v-for="(sys,index) in sysTypeListMap" :key="sys.id">
<p class="portal-title-tow interest-title">{{sys.name}}</p>
<el-checkbox-group v-model="checkboxGroup" v-if="sys.children.length > 0">
@@ -181,6 +182,8 @@
.interest_title{
margin-left: 40px;
margin-top: -15px;
margin-bottom: 15px;
.text_84 {
width: 316px;
height: 22px;