@@ -13,7 +13,7 @@ export default {
advertisement: '广告位',
advertisementList: 'カルーセル画像',
advertisementPads: '推奨位置',
- scenes: 'VRシーン管理',
+ scenes: 'シーン管理',
scenesDownload: 'シーンのダウンロード',
scenesList: 'シーンリスト',
scenesLive: '生放送',
advertisementList: '轮播图',
advertisementPads: '推荐位',
- scenes: 'VR场景管理',
+ scenes: '场景管理',
scenesDownload: '场景下载',
scenesList: '场景列表',
scenesLive: '直播',
@@ -31,7 +31,7 @@
<div v-for="item in getAppList" :key="item.name">
<img :src="item.url" alt="" />
<div class="title">
- <Icon :icon="item.icon" />
+ <Icon :icon="item.icon" :size="20" />
{{ item.name }}
</div>
@@ -172,11 +172,11 @@
.my-auto {
.appcode {
margin-top: 1.25rem;
- width: 325px;
+ width: 340px;
display: flex;
- justify-content: space-around;
+ justify-content: space-between;
img {
- width: 120px;
+ width: 150px;
padding: 2px;
background: #fff;
}
@@ -187,6 +187,7 @@
padding: 5px;
border-radius: 3px;
color: #fff;
+ font-size: 20px;