瀏覽代碼

Merge branch 'feature-2025-1-10' into jenkins-test

TIANYONG 2 天之前
父節點
當前提交
45b6077077

二進制
public/shareImg/question-share.png


+ 6 - 0
src/views/fill-questionnaire/index.module.less

@@ -145,6 +145,12 @@
     }
     .specialSelect {
       flex-direction: column;
+      >div {
+        align-items: flex-start;
+        i {
+          margin-top: 3px;
+        }
+      }
     }
     :global {
       .van-field__control {

+ 1 - 0
src/views/fill-questionnaire/index.tsx

@@ -228,6 +228,7 @@ export default defineComponent({
       }
       console.log(333,forms.provinceCode)
       queryDetail();
+      window.scrollTo(0, 0);
       // getAreaList();
     });