3
0
Fork 0

fix(noticePopup): 修复样式问题导致首页下方留白过多的问题

This commit is contained in:
ywk 2025-04-09 18:56:29 +08:00
parent 506f0226ce
commit 529ac10447
1 changed files with 5 additions and 5 deletions

View File

@ -40,7 +40,7 @@ export default {
}; };
}, },
mounted() { mounted() {
// this.getUserTc(); this.getUserTc();
}, },
methods: { methods: {
closeTap(){ closeTap(){
@ -52,6 +52,7 @@ export default {
grade: this.userInfo.pkGradeId, grade: this.userInfo.pkGradeId,
awards: this.userInfo.pkAwardsId, awards: this.userInfo.pkAwardsId,
}).then((res) => { }).then((res) => {
console.log(res, '....resaaaa?')
if (res.code == "200") { if (res.code == "200") {
let list = JSON.parse(localStorage.getItem("menuList")); let list = JSON.parse(localStorage.getItem("menuList"));
let arr = res.data[0].publishLocation.split(","); let arr = res.data[0].publishLocation.split(",");
@ -78,10 +79,9 @@ export default {
height: 1120rpx; height: 1120rpx;
width: 690rpx; width: 690rpx;
} }
.notice{ // .notice{
height: 700rpx; // height: 700rpx;
// }
}
::v-deep .el-dialog__headerbtn i { ::v-deep .el-dialog__headerbtn i {
font-size: 24px; font-size: 24px;
//visibility: hidden; //visibility: hidden;