소스 검색

chore: adjust table width

JustSong 2 년 전
부모
커밋
a515f9284e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>