Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-01-30 17:58:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0280b94c9fcd508f5617bf1eef85a175d2779070
0280b94c
1 parent
fde7587d
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/qrCode.vue
src/components/qrCode.vue
View file @
0280b94
<!--
* @Date: 2024-01-16 10:06:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-30 17:
47:38
* @LastEditTime: 2024-01-30 17:
58:07
* @FilePath: /xysBooking/src/components/qrCode.vue
* @Description: 预约码卡组件
-->
...
...
@@ -49,7 +49,7 @@
<div v-else class="no-qrcode">
<img src="https://cdn.ipadbiz.cn/xys/booking/%E6%9A%82%E6%97%A0@2x.png" style="width: 10rem;">
<div class="no-qrcode-title">今天没有预约记录</div>
<div style="text-align: center; color: #A67939; margin-top: 0.5rem;">
在我的“<span @click="toRecord" style="text-decoration: underline; color: #ED9820;">预约记录</span>”查看更多
</div>
<div style="text-align: center; color: #A67939; margin-top: 0.5rem;">
查看我的“<span @click="toRecord" style="text-decoration: underline; color: #ED9820;">预约记录</span>”
</div>
</div>
</div>
</template>
...
...
Please
register
or
login
to post a comment