Explorar o código

chore: adjust table width

JustSong %!s(int64=2) %!d(string=hai) anos
pai
achega
a515f9284e
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      web/src/components/LogsTable.js

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

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