mirror of
https://github.com/xfgryujk/blivechat.git
synced 2025-04-03 16:10:35 +08:00
UI优化
This commit is contained in:
parent
e2f925426a
commit
47e5739ac0
@ -76,7 +76,7 @@ const router = new VueRouter({
|
|||||||
{path: 'help', name: 'help', component: Help}
|
{path: 'help', name: 'help', component: Help}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{path: '/room/test', name: 'test_room', component: Room},
|
{path: '/room/test', name: 'test_room', component: Room, props: route => ({strConfig: route.query})},
|
||||||
{
|
{
|
||||||
path: '/room/:roomId',
|
path: '/room/:roomId',
|
||||||
name: 'room',
|
name: 'room',
|
||||||
|
@ -26,11 +26,11 @@
|
|||||||
|
|
||||||
<el-col :sm="24" :md="8">
|
<el-col :sm="24" :md="8">
|
||||||
<div :style="{position: 'relative', top: `${exampleTop}px`}">
|
<div :style="{position: 'relative', top: `${exampleTop}px`}">
|
||||||
<el-form inline style="height: 40px">
|
<el-form inline style="line-height: 40px">
|
||||||
<el-form-item :label="$t('stylegen.playAnimation')">
|
<el-form-item :label="$t('stylegen.playAnimation')" style="margin: 0">
|
||||||
<el-switch v-model="playAnimation" @change="onPlayAnimationChange"></el-switch>
|
<el-switch v-model="playAnimation" @change="onPlayAnimationChange"></el-switch>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item :label="$t('stylegen.backgrounds')" style="margin-left: 20px">
|
<el-form-item :label="$t('stylegen.backgrounds')" style="margin: 0 0 0 30px">
|
||||||
<el-switch v-model="exampleBgLight" :active-text="$t('stylegen.light')" :inactive-text="$t('stylegen.dark')"></el-switch>
|
<el-switch v-model="exampleBgLight" :active-text="$t('stylegen.light')" :inactive-text="$t('stylegen.dark')"></el-switch>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
|
Loading…
Reference in New Issue
Block a user