Commit cccabf4f authored by GuanHua's avatar GuanHua

fix:创建店铺渠道商城添加图片过多样式问题

parent 52eeb0ac
......@@ -20,6 +20,7 @@
.form_item_wrap {
display: flex;
align-items: center;
flex-wrap: wrap;
.size_require {
color: #97A0AF;
......@@ -62,6 +63,7 @@
cursor: pointer;
margin-right: 24px;
overflow: hidden;
margin-bottom: 12px;
&.upload {
border: 1px solid rgba(223, 225, 230, 1);
......
......@@ -19,6 +19,7 @@
.form_item_wrap {
display: flex;
flex-wrap: wrap;
align-items: center;
.size_require {
......@@ -62,6 +63,7 @@
cursor: pointer;
margin-right: 24px;
overflow: hidden;
margin-bottom: 12px;
&.upload {
border: 1px solid rgba(223, 225, 230, 1);
......
......@@ -305,7 +305,6 @@ const ShopInfo: React.FC<ShopInfoPropsType> = (props) => {
label={<RequireItem label="资质荣誉" brief={<Tooltip placement="top" title="如商标注册证书、品牌授权证书等证明材料"><QuestionCircleOutlined /></Tooltip>} />}
>
<div className={styles.form_item_wrap}>
<div className={styles.img_list}>
{
honorPics.map((item, index) => (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment