This commit is contained in:
lmj
2022-10-12 14:55:01 +08:00
parent 0f2e569036
commit 59a3c8988e
3 changed files with 15 additions and 5 deletions

View File

@@ -3,8 +3,11 @@
:close-on-click-modal="false"
:visible.sync="interestCollection"
:append-to-body="true"
width="967px">
<div style="margin-top:65px">
min-width="770px"
max-width="950px"
>
<div style="margin-top:10px">
<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">
@@ -105,6 +108,9 @@
</script>
<style scoped lang="scss">
::v-deep .el-button+.el-button, .el-checkbox.is-bordered+.el-checkbox.is-bordered{
margin-left: 0 !important;
}
::v-deep .el-dialog{
background: #fff url('/images/homeWu/interest.png') no-repeat;
border-radius: 8px;
@@ -130,9 +136,9 @@
color: #333333;
}
.interest{
margin-left: 50px;
margin-left: 40px;
.interest-title{
margin-bottom: 18px;
margin-bottom: 15px;
margin-top: 10px;
}
::v-deep .el-checkbox__input{