Explorar o código

feat: 表单样式调整

zhangyuhan hai 1 mes
pai
achega
7153cc2483

+ 10 - 3
apps/bigmember_pc/src/views/order/components/analysis-report/form.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="data-export-order-form">
+  <div class="analysis-report-order-form">
     <!-- pc端单日限量包不需要填写邮箱手机号,直接导出excel。但是移动端需要 -->
     <SelectorCard class="vip-sub-list-item" cardType="line">
       <div slot="header" class="vip-sub-item-title">邮箱地址</div>
@@ -72,7 +72,7 @@ export default {
             email: this.ruleForm.email,
           },
           this.ruleForm,
-          { phone: token ? phone : data.phone, reportMail: data.reportMail, email: data.reportMail }
+          { phone: token ? phone : data.phone, reportMail: data.reportMail, email: data.reportMail || '' }
         )
         this.updateFormState()
       }
@@ -90,8 +90,15 @@ export default {
 </script>
 
 <style lang="scss" scoped>
-.data-export-order-form {
+.analysis-report-order-form {
   padding: 24px 30px;
+  .vip-sub-item-title {
+    &::before {
+      content: "*";
+      color: #ff3a20;
+      margin-right: 4px;
+    }
+  }
   .vip-sub-list-item {
     &::after {
       content: unset !important;