gdpao; #245

Merged
gyh merged 1 commits from gyh into master 2020-08-18 09:44:38 +00:00
3 changed files with 3 additions and 1 deletions

View File

@ -211,7 +211,7 @@ export default {
}, },
watch: { watch: {
item(newVal, old) { item(newVal, old) {
console.log(newVal); // console.log(newVal);
this.item = newVal; this.item = newVal;
}, },
deep: true deep: true

View File

@ -82,6 +82,7 @@
margin-top: 10rpx; margin-top: 10rpx;
font-size: 28rpx; font-size: 28rpx;
color: #fff; color: #fff;
text-shadow: 0px 0px 4rpx #999999;
} }
.operat-img { .operat-img {

View File

@ -169,6 +169,7 @@
} }
} }
.userinfo{ .userinfo{
z-index: 9999;
position: absolute; position: absolute;
right: 30rpx; right: 30rpx;
top: 50%; top: 50%;