瀏覽代碼

fix cn grid header

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 1 年之前
父節點
當前提交
82e543585e
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      client/src/pages/collections/Collections.tsx

+ 5 - 1
client/src/pages/collections/Collections.tsx

@@ -518,7 +518,11 @@ const Collections = () => {
       id: 'description',
       align: 'left',
       disablePadding: false,
-      label: collectionTrans('description'),
+      label: (
+        <span className="flex-center with-max-content">
+          {collectionTrans('description')}
+        </span>
+      ),
       formatter(v) {
         return v.description || '--';
       },