mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user