소스 검색

Merge branch 'feature_20240912_拜访任务添加操作图片和电话' into uat

# Conflicts:
#	src/views/deviceWithin/addStoreVisit.vue
zhujindu 1 년 전
부모
커밋
13e50523a9
2개의 변경된 파일452개의 추가작업 그리고 352개의 파일을 삭제
  1. 445 346
      src/views/deviceWithin/addStoreVisit.vue
  2. 7 6
      src/views/deviceWithin/taskTips.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 445 - 346
src/views/deviceWithin/addStoreVisit.vue


+ 7 - 6
src/views/deviceWithin/taskTips.vue

@@ -11,16 +11,16 @@
 </template>
 
 <script>
-import { ImagePreview } from "vant";
+import { ImagePreview } from 'vant';
 export default {
   props: {
     contactPhone: {
       type: [String, Number],
-      default: "",
+      default: '',
     },
     examplePhoto: {
       type: [String, Number],
-      default: "",
+      default: '',
     },
   },
   data() {
@@ -38,9 +38,10 @@ export default {
 </script>
 <style lang="scss" scoped>
 .tips {
-  position: absolute;
-  right: 0;
-  top: 11px;
+  //   position: absolute;
+  //   right: 0;
+  //   top: 11px;
+  display: inline-block;
   height: 25px;
   line-height: 25px;
   .examples {