mirror of
https://gitee.com/anji-plus/report.git
synced 2026-02-02 09:27:47 +08:00
fix:监控视频组件:视频列表支持最大宽度配置
This commit is contained in:
@@ -73,6 +73,14 @@ export const widgetVideoMonitor = {
|
||||
placeholder: '',
|
||||
value: 200
|
||||
},
|
||||
{
|
||||
type: 'el-input-number',
|
||||
label: '最大宽度',
|
||||
name: 'maxWidth',
|
||||
require: false,
|
||||
placeholder: '',
|
||||
value: 500
|
||||
},
|
||||
{
|
||||
type: 'vue-color',
|
||||
label: '选中背景色',
|
||||
|
||||
@@ -74,6 +74,7 @@ export default {
|
||||
videoListStyle2 () {
|
||||
return {
|
||||
minWidth: this.optionsSetUp.minWidth + 'px',
|
||||
maxWidth: this.optionsSetUp.maxWidth + 'px',
|
||||
};
|
||||
},
|
||||
videoListLiStyle () {
|
||||
|
||||
Reference in New Issue
Block a user