mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
兴趣爱好样式调整
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<el-dialog
|
<el-dialog
|
||||||
:close-on-click-modal="false"
|
:close-on-click-modal="false"
|
||||||
:visible.sync="interestCollection"
|
:visible.sync="interestCollection"
|
||||||
:append-to-body="true" @close="closeDialog" width="765px" custom-class="hobby-dialog">
|
:append-to-body="true" @close="closeDialog" custom-class="hobby-dialog">
|
||||||
<div style="margin-top:10px;min-width: 770px;max-width:950px;">
|
<div style="margin-top:10px;min-width: 770px;max-width:950px;">
|
||||||
<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>
|
||||||
@@ -123,15 +123,12 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
.hobby-dialog{
|
.el-dialog.hobby-dialog{
|
||||||
min-width: 760px;
|
min-width: 760px;
|
||||||
width: 760px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.hobby-dialog{
|
|
||||||
min-width: 760px;
|
|
||||||
}
|
|
||||||
|
|
||||||
::v-deep .el-dialog__close{
|
::v-deep .el-dialog__close{
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
|
|||||||
Reference in New Issue
Block a user