Skip to content

Commit

Permalink
更新[BoxJs TF]: 修复首页图标有轻微位移问题
Browse files Browse the repository at this point in the history
  • Loading branch information
chavyleung committed Aug 14, 2020
1 parent 8f7aaeb commit 27e7db3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 3 additions & 5 deletions box/chavy.boxjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,14 +315,12 @@
:key="app.id"
class="pa-4 py-1 py-md-4 py-lg-8 d-flex justify-space-around"
>
<v-card flat color="transparent">
<v-card raised style="border-radius: 12px;" @click="switchAppView(app.id)">
<v-img style="border-radius: inherit; max-width: 58px;" :src="app.icon"></v-img>
</v-card>
<div>
<v-img style="border-radius: 12px; max-width: 58px;" :src="app.icon"></v-img>
<p class="text-center ma-0" @click="switchAppView(app.id)">
<span class="d-inline-block text-truncate" style="font-size: 10px; max-width: 58px;">{{app.name}}</span>
</p>
</v-card>
</div>
</v-col>
</v-row>
</v-container>
Expand Down
1 change: 1 addition & 0 deletions box/chavy.boxjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ $.html = $.name // `页面`类请求的响应体

// 页面源码地址
$.web = `https://cdn.jsdelivr.net/gh/chavyleung/scripts@${$.version}/box/chavy.boxjs.html?_=${new Date().getTime()}`
$.web = `http://192.168.50.109:8080/box/chavy.boxjs.html?_=${new Date().getTime()}`
// 版本说明地址 (Release Note)
$.ver = 'https://gitee.com/chavyleung/scripts/raw/master/box/release/box.release.tf.json'

Expand Down

0 comments on commit 27e7db3

Please sign in to comment.