Skip to content

Commit

Permalink
修复了首页布局变形的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
HellyW committed Jan 3, 2020
1 parent 87073d2 commit 72545b9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iGot",
"version": "1.0.11",
"version": "1.1.0",
"author": "wahao-mac <[email protected]>",
"description": "Bark helper client",
"license": null,
Expand Down
Binary file added src/renderer/assets/code.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/renderer/pages/aboutUs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
computed: {
getVersion () {
return '1.0.11'
return '1.1.0'
}
},
methods: {
Expand Down
1 change: 1 addition & 0 deletions src/renderer/pages/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
flex: 1;
width: 100%;
height: 100vh;
word-break:break-all;
}
}
</style>
Expand Down
8 changes: 7 additions & 1 deletion src/renderer/pages/notification/message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
.btns{
width: 80%;
margin: 20px auto 0;
margin: 20px auto;
.btn{
margin: 10px auto;
}
Expand All @@ -65,9 +65,15 @@
<div class="url">{{getFormatMessage.body && getFormatMessage.body.url}}</div>
<Button type="primary" @click="openUrl(getFormatMessage.body && getFormatMessage.body.url)">打开</Button>
</div>
<div style="text-align:center;padding:20px 0;">
<img style="width:80%" src="@/assets/code.jpg">
<h3>更多参数细节请扫描上方小程序查看</h3>
</div>
<div class="btns">
<Button class="btn" long type="error" size="large" @click="deleteEvent">删除该消息</Button>
</div>


</div>
</template>
<script>
Expand Down

0 comments on commit 72545b9

Please sign in to comment.