浏览代码

justtify to left

master
azri 1周前
父节点
当前提交
a9a3bffa05
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/components/ProductList/ProductList.jsx

+ 1
- 1
src/components/ProductList/ProductList.jsx 查看文件

@@ -205,7 +205,7 @@ const ProductList = ({ size = 99999 }) => {
205 205
               NEW
206 206
             </Button>}
207 207
 
208
-            <Box sx={{ pb: 1, pt: 1, width: "90%", mx:"auto", textAlign:"center" }}>
208
+            <Box sx={{ pb: 1, pt: 1, width: "90%", mx:"auto" }}>
209 209
               <Typography variant="body2" sx={{ fontWeight: "400" }}>
210 210
                 {collection_name}
211 211
               </Typography>

正在加载...
取消
保存