Explorar el Código

chore: adjust table width

JustSong hace 2 años
padre
commit
a515f9284e
Se han modificado 1 ficheros con 2 adiciones y 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>