Skip to content

Commit

Permalink
修改Windows dapp页面显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
wofwq committed Apr 6, 2021
1 parent 7531152 commit 42b6abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views/dapp.vue
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
</el-tabs>
<div v-loading="isLoading" element-loading-background="white" class="container">
<!-- d0d9dd <h2>{{ $t("m.dapp.newest_launched") }}</h2>-->
<el-scrollbar style="height:650px;" :wrapStyle="[{'overflow-x':'hidden'}]">
<el-scrollbar style="height:590px;" :wrapStyle="[{'overflow-x':'hidden'}]">
<div v-for="item in getDApps(activeName)" :key="item.id" class="appBox">
<a class="dapp" @click="openUrl(item.urlType,item.url,item.title,item.iconUrl)">
<img :src="item.iconUrl" />
Expand Down

0 comments on commit 42b6abc

Please sign in to comment.