增加公告

This commit is contained in:
daihh
2022-11-07 14:25:31 +08:00
parent b9c65c01dd
commit 5046eb23ba
4 changed files with 82 additions and 18 deletions

View File

@@ -174,7 +174,7 @@
<img :src="getPic(cindex)" alt="">
</span>
<span class="portal-title-desc index-one-line-ellipsis title-line-ellipsis" style="font-size: 14px;color: #04243C;">{{ item.name }}</span>
<div class="list-active">
<div class="list-content">
<div class="list-img">
@@ -448,6 +448,7 @@
</div>
</div>
</el-dialog>
</div>
</template>
@@ -1148,18 +1149,18 @@
}
.medalbox {
background: transparent !important;
::v-deep .el-dialog{
background: transparent !important;
box-shadow:none !important;
.el-dialog__header{
display: none !important;
}
.el-dialog__body{
// width: 320px !important;
// height: 420px !important;
::v-deep .el-dialog{
background: transparent !important;
}
}
box-shadow:none !important;
.el-dialog__header{
display: none !important;
}
.el-dialog__body{
// width: 320px !important;
// height: 420px !important;
background: transparent !important;
}
}
}