兴趣爱好样式调整

This commit is contained in:
daihh
2022-10-21 12:42:05 +08:00
parent 3ce806412e
commit 7a94463edf

View File

@@ -2,7 +2,7 @@
<el-dialog
:close-on-click-modal="false"
: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 class="interest" v-for="(sys,index) in sysTypeListMap" :key="sys.id">
<p class="portal-title-tow interest-title">{{sys.name}}</p>
@@ -123,15 +123,12 @@
}
</script>
<style>
.hobby-dialog{
.el-dialog.hobby-dialog{
min-width: 760px;
width: 760px;
}
</style>
<style scoped lang="scss">
.hobby-dialog{
min-width: 760px;
}
::v-deep .el-dialog__close{
font-size: 26px;