diff --git a/index.html b/index.html
index 37f3750..1597565 100644
--- a/index.html
+++ b/index.html
@@ -376,7 +376,7 @@
{{ column.key }}
-
@@ -1171,7 +1171,6 @@ {{ column.key }}
};
const resizeAvatar = () => {
- console.log(window.innerWidth)
if (window.innerWidth <= 1340) {
settingStore.avatarSize = 26
} else {