diff --git a/src/components/Websocket/index.vue b/src/components/Websocket/index.vue
index 00be705..566c0b8 100644
--- a/src/components/Websocket/index.vue
+++ b/src/components/Websocket/index.vue
@@ -1,155 +1,180 @@
-
+
diff --git a/src/views/data/config/columns.ts b/src/views/data/config/columns.ts
index 17441f8..bc27b55 100644
--- a/src/views/data/config/columns.ts
+++ b/src/views/data/config/columns.ts
@@ -14,11 +14,6 @@ export const columns = [
{
title: '配置编码',
key: 'code',
- width: 100,
- },
- {
- title: '排序',
- key: 'sort',
- width: 100,
+ width: 200,
},
];
diff --git a/src/views/data/dict/columns.ts b/src/views/data/dict/columns.ts
index 7be01e7..ea193c7 100644
--- a/src/views/data/dict/columns.ts
+++ b/src/views/data/dict/columns.ts
@@ -14,6 +14,6 @@ export const columns = [
{
title: '字典编码',
key: 'code',
- width: 100,
+ width: 200,
},
];