Browse Source

chore: adjust table width

JustSong 2 years ago
parent
commit
a515f9284e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      web/src/components/LogsTable.js

+ 2 - 2
web/src/components/LogsTable.js

@@ -220,7 +220,7 @@ const LogsTable = () => {
                 onClick={() => {
                 onClick={() => {
                   sortLog('type');
                   sortLog('type');
                 }}
                 }}
-                width={2}
+                width={1}
               >
               >
                 类型
                 类型
               </Table.HeaderCell>
               </Table.HeaderCell>
@@ -265,7 +265,7 @@ const LogsTable = () => {
                 onClick={() => {
                 onClick={() => {
                   sortLog('content');
                   sortLog('content');
                 }}
                 }}
-                width={4}
+                width={5}
               >
               >
                 详情
                 详情
               </Table.HeaderCell>
               </Table.HeaderCell>