Tweak style of score notice at upload page

This commit is contained in:
Pig Fang 2019-05-01 20:37:51 +08:00
parent fb10962ff9
commit 2ffc2244ec
3 changed files with 6 additions and 3 deletions

View File

@ -74,7 +74,10 @@
> >
{{ $t('skinlib.upload.button') }} {{ $t('skinlib.upload.button') }}
</el-button> </el-button>
&nbsp; {{ hasFile && $t('skinlib.upload.cost', { score: scoreCost }) }} &nbsp;
<div v-if="hasFile" class="callout callout-info bottom-notice">
<p>{{ $t('skinlib.upload.cost', { score: scoreCost }) }}</p>
</div>
<div v-if="isPrivate" class="callout callout-info bottom-notice"> <div v-if="isPrivate" class="callout callout-info bottom-notice">
<p>{{ privacyNotice }}</p> <p>{{ privacyNotice }}</p>
</div> </div>

View File

@ -87,7 +87,7 @@ skinlib:
button: Upload button: Upload
dropZone: Drop a file here dropZone: Drop a file here
remove: Remove remove: Remove
cost: (It costs you about :score score) cost: It costs you about :score score.
award: You'll be awarded :score score(s) by uploading public texture. award: You'll be awarded :score score(s) by uploading public texture.
show: show:
anonymous: You must login to use closets anonymous: You must login to use closets

View File

@ -89,7 +89,7 @@ skinlib:
button: 确认上传 button: 确认上传
dropZone: 拖拽文件到这里 dropZone: 拖拽文件到这里
remove: 移除 remove: 移除
cost: (这会消耗您约 :score 积分) cost: 这会消耗您约 :score 积分。
award: 上传公开材质至皮肤库可以获得 :score 积分奖励。 award: 上传公开材质至皮肤库可以获得 :score 积分奖励。
show: show:
anonymous: 登录后才能使用衣柜哦 anonymous: 登录后才能使用衣柜哦