From 61b48b50ca2d807f372242a0a5603ebfaa7767b4 Mon Sep 17 00:00:00 2001 From: jackhoo_98 Date: Fri, 17 Mar 2023 14:48:59 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E8=BF=90=E7=BB=B4=E7=AE=A1=E7=90=86?= =?UTF-8?q?=20=E6=95=B0=E6=8D=AE=E9=87=87=E9=9B=86=20=E6=9B=B4=E6=8D=A2?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=A0=87=E9=A2=98=E7=9C=81=E7=95=A5=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DataCollect/Channel/data.ts | 13 ------- src/views/DataCollect/Channel/index.vue | 28 ++++++--------- .../Point/components/BatchUpdate/index.vue | 11 +++--- src/views/link/AccessConfig/data.ts | 12 ------- src/views/link/AccessConfig/index.vue | 34 +++++++++---------- src/views/link/Protocol/index.vue | 29 +++++++--------- src/views/link/Type/data.ts | 11 ------ src/views/link/Type/index.vue | 24 ++++++++----- src/views/media/Stream/index.vue | 29 +++++++++------- 9 files changed, 77 insertions(+), 114 deletions(-) diff --git a/src/views/DataCollect/Channel/data.ts b/src/views/DataCollect/Channel/data.ts index 158b211e..630e903e 100644 --- a/src/views/DataCollect/Channel/data.ts +++ b/src/views/DataCollect/Channel/data.ts @@ -37,19 +37,6 @@ export const updateStatus = { }, }; -export const TiTlePermissionButtonStyle = { - padding: 0, - 'max-width': 'calc(100% - 90px)', - color: ' #1890ff !important', - 'font-weight': 700, - 'font-size': '16px', - overflow: 'hidden', - 'text-overflow': 'ellipsis', - 'white-space': 'nowrap', - width: 'calc(100%-150px)', - // width: '60%', -}; - export const regOnlyNumber = new RegExp(/^\d+$/); export const regIP = new RegExp( diff --git a/src/views/DataCollect/Channel/index.vue b/src/views/DataCollect/Channel/index.vue index 5edbe4f6..e0dce96c 100644 --- a/src/views/DataCollect/Channel/index.vue +++ b/src/views/DataCollect/Channel/index.vue @@ -45,15 +45,16 @@