浏览代码

space filter

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

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

254
 
254
 
255
         {/* Right Side: Option Inputs */}
255
         {/* Right Side: Option Inputs */}
256
         <Box sx={{
256
         <Box sx={{
257
-          display: "flex", gap: 2, flexDirection: "row", flexWrap:"wrap"
257
+          display: "flex", gap: 2, flexDirection: "row", flexWrap:"wrap", justifyContent:"space-between", py:1
258
         }}>
258
         }}>
259
 
259
 
260
           {(tagFilterOption.length > 0) && <FormControl sx={{ m: 1, display: "flex", flexDirection: "row" }} variant="standard">
260
           {(tagFilterOption.length > 0) && <FormControl sx={{ m: 1, display: "flex", flexDirection: "row" }} variant="standard">

正在加载...
取消
保存