Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
custom_form
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2023-04-17 11:40:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1797a736dc59a23aace4e8bce38553cae4273f62
1797a736
1 parent
f56a5bb1
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/ContactField/index.vue
src/components/ContactField/index.vue
View file @
1797a73
<!--
* @Date: 2022-11-23 14:41:53
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-04-1
3 18:24:01
* @LastEditTime: 2023-04-1
7 11:39:42
* @FilePath: /custom_form/src/components/ContactField/index.vue
* @Description: 联系我们控件
-->
...
...
@@ -9,7 +9,7 @@
<div v-if="HideShow" class="contact-field-page">
<div class="wrapper">
<Service size="25" :color="styleColor.baseColor" @click="onClick" />
<div class="triangle"></div>
<div
v-if="showPopover"
class="triangle"></div>
<div v-if="showPopover" class="contact-content">
<div class="text-tel">电话联系</div>
<div @click="onTel">
...
...
Please
register
or
login
to post a comment