Explorar o código

调整电话和示例按钮位置

zhujindu hai 1 ano
pai
achega
b2c7bde6d4
Modificáronse 2 ficheiros con 451 adicións e 351 borrados
  1. 444 345
      src/views/deviceWithin/addStoreVisit.vue
  2. 7 6
      src/views/deviceWithin/taskTips.vue

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 444 - 345
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 {