Merge branch 'master' of http://git.luyuan.tk/luyuan/deming into zhy

This commit is contained in:
ghusermoon 2020-08-18 18:05:26 +08:00
commit 2b1b1f1395
4 changed files with 4 additions and 2 deletions

View File

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

View File

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

View File

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

View File

@ -47,7 +47,7 @@
};
</script>
<style lang="scss" scoped>
<style lang="scss">
page {
background-color: #ECECEC;
}