From ed35d0b4c2051e067bd9904c4b0158257d5db0d9 Mon Sep 17 00:00:00 2001 From: ZZJ <10913410+zzj2100@user.noreply.gitee.com> Date: 星期二, 02 八月 2022 18:58:30 +0800 Subject: [PATCH] 摄像机树样式,导出数据样式 --- src/views/hashrate/CameraManage/CameraRules/components/SdkSettingBox.vue | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/views/hashrate/CameraManage/CameraRules/components/SdkSettingBox.vue b/src/views/hashrate/CameraManage/CameraRules/components/SdkSettingBox.vue index 7748a4a..e984e29 100644 --- a/src/views/hashrate/CameraManage/CameraRules/components/SdkSettingBox.vue +++ b/src/views/hashrate/CameraManage/CameraRules/components/SdkSettingBox.vue @@ -733,6 +733,8 @@ setOptArgValueOptions(optArg) { let alias = optArg.alias; + console.log(121212); + console.log(alias); optArg.valueOptions = this.VideoManageData.Dictionary[alias].map((r) => { return { name: r.name, @@ -1091,17 +1093,17 @@ } .el-input ::v-deep { - width: 50px; + width: 100px; height: 32px; input { - width: 50px; + width: 100px; height: 32px; } } .el-select { - width: 68px; + width: 100px; } .font { @@ -1128,7 +1130,7 @@ .btns { position: absolute; display: flex; - justify-content: end; + justify-content: flex-end; align-items: center; left: 0; right: 0; -- Gitblit v1.8.0