提交一部分丰都大屏
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
</div>
|
||||
</div>
|
||||
</dv-full-screen-container>
|
||||
<ai-dialog :visible.sync="dialog" title="设置" @onConfirm="handleSetting" width="500px" class="settingDialog">
|
||||
<ai-dialog :visible.sync="dialog" title="设置" @onConfirm="handleSetting" width="500px" class="settingDialog"
|
||||
:modal="mask">
|
||||
<el-form size="mini">
|
||||
<el-form-item label="轮播频次">
|
||||
<el-input-number v-model="setting.splitViewTime" :min="0" controls-position="right"/>
|
||||
@@ -48,7 +49,8 @@ export default {
|
||||
* 布局方案:black,classic,fengdu
|
||||
*/
|
||||
type: {default: "black"},
|
||||
background: {default: ""}
|
||||
background: {default: ""},
|
||||
mask: {default: true, type: Boolean}
|
||||
},
|
||||
computed: {
|
||||
active: {
|
||||
|
||||
Reference in New Issue
Block a user