fix(noticePopup): 修复样式问题导致首页下方留白过多的问题
This commit is contained in:
parent
506f0226ce
commit
529ac10447
|
@ -40,7 +40,7 @@ export default {
|
|||
};
|
||||
},
|
||||
mounted() {
|
||||
// this.getUserTc();
|
||||
this.getUserTc();
|
||||
},
|
||||
methods: {
|
||||
closeTap(){
|
||||
|
@ -52,6 +52,7 @@ export default {
|
|||
grade: this.userInfo.pkGradeId,
|
||||
awards: this.userInfo.pkAwardsId,
|
||||
}).then((res) => {
|
||||
console.log(res, '....resaaaa?')
|
||||
if (res.code == "200") {
|
||||
let list = JSON.parse(localStorage.getItem("menuList"));
|
||||
let arr = res.data[0].publishLocation.split(",");
|
||||
|
@ -78,10 +79,9 @@ export default {
|
|||
height: 1120rpx;
|
||||
width: 690rpx;
|
||||
}
|
||||
.notice{
|
||||
height: 700rpx;
|
||||
|
||||
}
|
||||
// .notice{
|
||||
// height: 700rpx;
|
||||
// }
|
||||
::v-deep .el-dialog__headerbtn i {
|
||||
font-size: 24px;
|
||||
//visibility: hidden;
|
||||
|
|
Loading…
Reference in New Issue