wjx 6 月之前
父節點
當前提交
c4254ecfb0

+ 3 - 3
src/pages/launchSystemV3/components/New1Radio/index.less

@@ -7,7 +7,7 @@
 
     >div {
         height: 28px;
-        padding: 0 20px;
+        padding: 0 16px;
         box-sizing: border-box;
         border-radius: 999px;
         align-items: center;
@@ -26,7 +26,7 @@
 
         >div {
             position: absolute;
-            left: 12px;
+            left: 6px;
             content: '';
             width: 16px;
             height: 16px;
@@ -42,7 +42,7 @@
             }
 
             >span {
-                transform: translateX(8px);
+                transform: translateX(9px);
                 font-weight: 600;
             }
         }

+ 1 - 1
src/pages/launchSystemV3/tencentAdPutIn/create/Material/addMaterial.tsx

@@ -294,7 +294,7 @@ const AddMaterial: React.FC<Props> = ({ creativeTemplateId, materialData, delive
             <Card className="cardResetCss" style={{ marginBottom: 10 }}>
                 <Form.Item name="mediaType" label={<strong>创意组分配规则</strong>} style={{ marginBottom: 0 }} rules={[{ required: true, message: '请选择创意组分配规则!' }]}>
                     <New1Radio
-                        data={[{ label: '全账号复用', value: 0 }, { label: '平均分配到广告', value: 1 }, { label: '顺序分配到广告', value: 2 }]}
+                        data={[{ label: '全广告复用', value: 0 }, { label: '平均分配到广告', value: 1 }, { label: '顺序分配到广告', value: 2 }, { label: '账号下平均分配到广告', value: 3 }]}
                         onChange={(e) => {
                             if (e === 2 && dynamicGroup?.length > adLength) {
                                 form.setFieldsValue({ dynamicGroup: dynamicGroup.slice(0, adLength) })