diff --git a/tonecn/index.html b/tonecn/index.html
index cff56db..8d53ec1 100644
--- a/tonecn/index.html
+++ b/tonecn/index.html
@@ -3,7 +3,7 @@
-
+
特恩(TONE)
diff --git a/tonecn/src/components/Console/Blogs.vue b/tonecn/src/components/Console/Blogs.vue
index eb29804..74bb191 100644
--- a/tonecn/src/components/Console/Blogs.vue
+++ b/tonecn/src/components/Console/Blogs.vue
@@ -111,11 +111,12 @@ const formatTime = (row: any, _column: any, _cellValue: any, _index: any) => {
}
-
+
总数量:{{ tableData.length }}
- 添加
+ 添加
-
+
+
@@ -124,14 +125,14 @@ const formatTime = (row: any, _column: any, _cellValue: any, _index: any) => {
-
+
编辑
删除
-
+
diff --git a/tonecn/src/components/Console/FileOnline.vue b/tonecn/src/components/Console/FileOnline.vue
index 2efa4e3..731cc62 100644
--- a/tonecn/src/components/Console/FileOnline.vue
+++ b/tonecn/src/components/Console/FileOnline.vue
@@ -363,7 +363,7 @@ const aceEditorTheme = ref('github');
-
+
{ loadFullFileList(); loadFileListShow(); }" circle link>
@@ -394,6 +394,7 @@ const aceEditorTheme = ref('github');
删除
+
@@ -401,7 +402,7 @@ const aceEditorTheme = ref('github');
-
+
编辑
diff --git a/tonecn/src/components/Console/Resources.vue b/tonecn/src/components/Console/Resources.vue
index 1ae622f..538dd10 100644
--- a/tonecn/src/components/Console/Resources.vue
+++ b/tonecn/src/components/Console/Resources.vue
@@ -106,11 +106,12 @@ const delHandle = async (data: { id: string, [key: string]: any }) => {
}
-
+
总数量:{{ tableData.length }}
添加
-
+
+
@@ -133,16 +134,16 @@ const delHandle = async (data: { id: string, [key: string]: any }) => {
-
+
编辑
删除
-
+
-
+
diff --git a/tonecn/src/components/Console/Utils.vue b/tonecn/src/components/Console/Utils.vue
index 5e0d1bb..daa7616 100644
--- a/tonecn/src/components/Console/Utils.vue
+++ b/tonecn/src/components/Console/Utils.vue
@@ -13,7 +13,7 @@ const generateUUID = () => {
}
-
+
随机数生成
@@ -27,7 +27,7 @@ const generateUUID = () => {
@click="() => { copyText(randomNum + ''); ElMessage.success('复制成功') }">复制
-
+
32位UUID生成
diff --git a/tonecn/src/views/Console/Dashboard.vue b/tonecn/src/views/Console/Dashboard.vue
index a7c042c..b3efd5a 100644
--- a/tonecn/src/views/Console/Dashboard.vue
+++ b/tonecn/src/views/Console/Dashboard.vue
@@ -33,6 +33,7 @@ const logout = () => {
})
}
onMounted(async () => {
+ handleResize()
window.addEventListener('resize', handleResize);
})
onUnmounted(async () => {
@@ -40,8 +41,8 @@ onUnmounted(async () => {
})
-
-