hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2022-11-23 14:41:53 2 * @Date: 2022-11-23 14:41:53
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2023-04-13 18:24:01 4 + * @LastEditTime: 2023-04-17 11:39:42
5 * @FilePath: /custom_form/src/components/ContactField/index.vue 5 * @FilePath: /custom_form/src/components/ContactField/index.vue
6 * @Description: 联系我们控件 6 * @Description: 联系我们控件
7 --> 7 -->
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
9 <div v-if="HideShow" class="contact-field-page"> 9 <div v-if="HideShow" class="contact-field-page">
10 <div class="wrapper"> 10 <div class="wrapper">
11 <Service size="25" :color="styleColor.baseColor" @click="onClick" /> 11 <Service size="25" :color="styleColor.baseColor" @click="onClick" />
12 - <div class="triangle"></div> 12 + <div v-if="showPopover" class="triangle"></div>
13 <div v-if="showPopover" class="contact-content"> 13 <div v-if="showPopover" class="contact-content">
14 <div class="text-tel">电话联系</div> 14 <div class="text-tel">电话联系</div>
15 <div @click="onTel"> 15 <div @click="onTel">
......