mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
兴趣爱好样式调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user