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-29 10:10:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7e4af5e976e211395c3f35ea0b2739b0d002d087
7e4af5e9
1 parent
c39c65af
fix 二维码马赛克图片优化
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
src/components/qrCode.vue
src/components/qrCodeSearch.vue
src/components/qrCode.vue
View file @
7e4af5e
<!--
* @Date: 2024-01-16 10:06:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-2
5 18:43:51
* @LastEditTime: 2024-01-2
9 10:09:15
* @FilePath: /xysBooking/src/components/qrCode.vue
* @Description: 预约码卡组件
-->
...
...
@@ -316,12 +316,13 @@ onUnmounted(() => {
left: 0;
right: 0;
bottom: 0;
background-
color: rgba(106,106,106,0.6
);
// opacity: 0.49
;
background-
image: url('https://cdn.ipadbiz.cn/xys/booking/southeast.jpeg'
);
background-size: contain
;
border-radius: 20px;
color: #FFF;
text-align: center;
p {
color: #A67939;
position: absolute;
top: 50%;
left: 50%;
...
...
src/components/qrCodeSearch.vue
View file @
7e4af5e
<!--
* @Date: 2024-01-16 10:06:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-2
6 14:44:26
* @LastEditTime: 2024-01-2
9 10:02:05
* @FilePath: /xysBooking/src/components/qrCodeSearch.vue
* @Description: 预约码卡组件
-->
...
...
@@ -227,12 +227,13 @@ onUnmounted(() => {
left: 0;
right: 0;
bottom: 0;
background-
color: rgba(106,106,106,0.6
);
// opacity: 0.49
;
background-
image: url('https://cdn.ipadbiz.cn/xys/booking/southeast.jpeg'
);
background-size: contain
;
border-radius: 20px;
color: #FFF;
text-align: center;
p {
color: #A67939;
position: absolute;
top: 50%;
left: 50%;
...
...
Please
register
or
login
to post a comment