🕰 修改 Film 表格模式样式

This commit is contained in:
hunlongyu
2020-11-11 21:26:55 +08:00
parent e72af95c75
commit 68a0226759
2 changed files with 7 additions and 2 deletions

View File

@@ -211,6 +211,11 @@
position: absolute;
}
}
.width100{
.el-input{
width: 100px;
}
}
.el-input{
width: 200px;
}

View File

@@ -138,8 +138,8 @@
header-align="center"
align="right"
width="200">
<template #header>
<el-select v-model="setting.listViewMode" size="small" default-first-option>
<template slot="header">
<el-select class="width100" v-model="setting.listViewMode" size="mini" default-first-option>
<el-option label="电影模式" value="film" />
<el-option label="追剧模式" value="tv" />
</el-select>