Преглед на файлове

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>