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 41d4ab31..e0dce96c 100644 --- a/src/views/DataCollect/Channel/index.vue +++ b/src/views/DataCollect/Channel/index.vue @@ -45,15 +45,16 @@