mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 20:36:43 +08:00
修改
This commit is contained in:
@@ -442,6 +442,7 @@
|
|||||||
.xindex-content{
|
.xindex-content{
|
||||||
width: 1100px;
|
width: 1100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.personal-panel{
|
.personal-panel{
|
||||||
width: 300px;
|
width: 300px;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
@@ -686,6 +687,9 @@
|
|||||||
@media screen and (max-width: 1680px) and (min-width:1367px){
|
@media screen and (max-width: 1680px) and (min-width:1367px){
|
||||||
.xindex-content{
|
.xindex-content{
|
||||||
width: 1366px;
|
width: 1366px;
|
||||||
|
}
|
||||||
|
.interestwid{
|
||||||
|
|
||||||
}
|
}
|
||||||
.personal-panel{
|
.personal-panel{
|
||||||
width: 356px;
|
width: 356px;
|
||||||
|
|||||||
@@ -3,8 +3,11 @@
|
|||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
:visible.sync="interestCollection"
|
:visible.sync="interestCollection"
|
||||||
:append-to-body="true"
|
:append-to-body="true"
|
||||||
width="967px">
|
min-width="770px"
|
||||||
<div style="margin-top:65px">
|
max-width="950px"
|
||||||
|
|
||||||
|
>
|
||||||
|
<div style="margin-top:10px">
|
||||||
<div class="interest" v-for="(sys,index) in sysTypeListMap" :key="sys.id">
|
<div class="interest" v-for="(sys,index) in sysTypeListMap" :key="sys.id">
|
||||||
<p class="portal-title-tow interest-title">{{sys.name}}</p>
|
<p class="portal-title-tow interest-title">{{sys.name}}</p>
|
||||||
<el-checkbox-group v-model="checkboxGroup" v-if="sys.children.length > 0">
|
<el-checkbox-group v-model="checkboxGroup" v-if="sys.children.length > 0">
|
||||||
@@ -105,6 +108,9 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<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{
|
::v-deep .el-dialog{
|
||||||
background: #fff url('/images/homeWu/interest.png') no-repeat;
|
background: #fff url('/images/homeWu/interest.png') no-repeat;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
@@ -130,9 +136,9 @@
|
|||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
.interest{
|
.interest{
|
||||||
margin-left: 50px;
|
margin-left: 40px;
|
||||||
.interest-title{
|
.interest-title{
|
||||||
margin-bottom: 18px;
|
margin-bottom: 15px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
::v-deep .el-checkbox__input{
|
::v-deep .el-checkbox__input{
|
||||||
|
|||||||
@@ -421,7 +421,7 @@
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: 48px;
|
margin-right: 48px;
|
||||||
}
|
}
|
||||||
::v-deep .el-checkbox.is-bordered+.el-checkbox.is-bordered{
|
::v-deep .el-checkbox+.el-checkbox.is-bordered{
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user