浏览代码

Merge branch 'imprv/group-list-table' into imprv/user-group-listing-api

Taichi Masuyama 4 年之前
父节点
当前提交
e4d5e90891
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/app/src/components/Admin/UserGroup/UserGroupTable.tsx

+ 2 - 2
packages/app/src/components/Admin/UserGroup/UserGroupTable.tsx

@@ -103,8 +103,8 @@ const UserGroupTable: FC<Props> = (props: Props) => {
             <th>{t('Description')}</th>
             <th>{t('User')}</th>
             <th>{t('Child groups')}</th>
-            <th width="100px">{t('Created')}</th>
-            <th width="70px"></th>
+            <th style={{ width: 100 }}>{t('Created')}</th>
+            <th style={{ width: 70 }}></th>
           </tr>
         </thead>
         <tbody>