mirror of
https://github.com/cuiocean/ZY-Player.git
synced 2026-02-09 21:47:34 +08:00
🕰 修改 Film 表格模式样式
This commit is contained in:
@@ -211,6 +211,11 @@
|
||||
position: absolute;
|
||||
}
|
||||
}
|
||||
.width100{
|
||||
.el-input{
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
.el-input{
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user