mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 11:56: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">
|
:append-to-body="true" @close="closeDialog" width="765px" 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>
|
||||||
@@ -122,8 +122,17 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
.hobby-dialog{
|
||||||
|
min-width: 760px;
|
||||||
|
width: 760px;
|
||||||
|
}
|
||||||
|
</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;
|
||||||
color: #333333 !important;
|
color: #333333 !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user