兴趣受好先调成固定宽度

This commit is contained in:
daihh
2022-10-21 12:35:43 +08:00
parent ba59fdc707
commit 3ce806412e

View File

@@ -2,7 +2,7 @@
<el-dialog
:close-on-click-modal="false"
:visible.sync="interestCollection"
:append-to-body="true" @close="closeDialog">
:append-to-body="true" @close="closeDialog" width="765px" 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>
@@ -122,8 +122,17 @@
}
</script>
<style>
.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;
color: #333333 !important;