提交 5dd0a573 编写于 作者: huangwensu's avatar huangwensu

图片大小限制

上级 73730199
...@@ -77,6 +77,11 @@ export default { ...@@ -77,6 +77,11 @@ export default {
if(n != o) { if(n != o) {
this.getNewActivityDesc(); this.getNewActivityDesc();
} }
},
userMobile(n,o) {
if(n != o) {
this.getNewActivityDesc();
}
} }
}, },
data() { data() {
......
...@@ -509,11 +509,14 @@ export default { ...@@ -509,11 +509,14 @@ export default {
position: absolute; position: absolute;
top: 75px; top: 75px;
right: 0px; right: 0px;
width: 69px;
height: 25px;
} }
.rank { .rank {
position: absolute; position: absolute;
top: 115px; top: 115px;
right: 15px; right: 15px;
width: 40px;
} }
.progress-container { .progress-container {
position: absolute; position: absolute;
......
...@@ -194,7 +194,6 @@ export default { ...@@ -194,7 +194,6 @@ export default {
</script> </script>
<style lang="less" scoped> <style lang="less" scoped>
.point-container { .point-container {
// position: fixed; // position: fixed;
// top: 0; // top: 0;
// left: 0; // left: 0;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册