浏览代码

change description font size

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

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

205
               NEW
205
               NEW
206
             </Button>}
206
             </Button>}
207
 
207
 
208
-            <Box sx={{ pb: 5, pt: 3, width: "80%" }}>
209
-              <Typography variant="body1" sx={{ fontWeight: "400", mb: 1 }}>
208
+            <Box sx={{ pb: 1, pt: 1, width: "90%" }}>
209
+              <Typography variant="body2" sx={{ fontWeight: "400" }}>
210
                 {collection_name}
210
                 {collection_name}
211
               </Typography>
211
               </Typography>
212
-              <Typography variant="body2" sx={{ fontWeight: "bolder", mb: 1 }}>
212
+              <Typography variant="body2" sx={{ fontWeight: "bolder"}}>
213
                 {title}
213
                 {title}
214
               </Typography>
214
               </Typography>
215
-              <Typography variant="body1" sx={{ fontWeight: "400" }}>
215
+              <Typography variant="body2" sx={{ fontWeight: "400" }}>
216
                 {`${minPriceCurrency} ${parseFloat(minPrice).toFixed(2)}`}
216
                 {`${minPriceCurrency} ${parseFloat(minPrice).toFixed(2)}`}
217
               </Typography>
217
               </Typography>
218
-              <Typography variant="body1" sx={{ mt: 2 }}>
218
+              <Typography variant="body2" sx={{ mt: 2 }}>
219
                 {extra_desc}
219
                 {extra_desc}
220
               </Typography>
220
               </Typography>
221
             </Box>
221
             </Box>

正在加载...
取消
保存