Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
connector-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sunshine.wang@elitesland.com
connector-admin
Commits
884fe988
Commit
884fe988
authored
Jun 17, 2022
by
sunshine.wang@elitesland.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
二维码位置调整
parent
e5066b83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
QrCodeDemo.vue
src/views/components/QrCodeDemo.vue
+8
-6
No files found.
src/views/components/QrCodeDemo.vue
View file @
884fe988
...
...
@@ -53,7 +53,7 @@
<el-row
:gutter=
"32"
style=
"margin-top:40px"
>
<el-col
:span=
"24"
>
<div
class=
"cardTwo"
style=
"with:100% margin-top:60px"
>
<el-card
class=
"
.box-cardFirst
"
>
<el-card
class=
"
box-cardSec
"
>
<div
slot=
"header"
class=
"clearfix"
>
<el-button
type=
"primary"
...
...
@@ -66,7 +66,7 @@
>
打印条形码
</el-button>
</div>
<div
class=
"item2"
>
<div>
<div
style=
"margin-top:50px "
>
<barcode
:value=
"maBarCode"
:format=
"barcodeFormat"
/>
</div>
</div>
...
...
@@ -76,7 +76,7 @@
</el-row>
</div>
<el-dialog
title=
""
:visible
.
sync=
"dialogTableVisibleOne"
width=
"50%"
>
<div
style=
"margin-left:180px
"
>
<div
class=
"item3
"
>
<qrcode-vue
:value=
"qrCode"
:size=
"size"
level=
"H"
/>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
...
...
@@ -223,10 +223,12 @@ export default {
}
.item2
{
margin-bottom
:
24px
;
margin-left
:
64px
;
height
:
300px
;
margin-left
:
72px
;
height
:
200px
;
}
.item3
{
margin-left
:
32%
;
}
.clearfix
:before
,
.clearfix
:after
{
display
:
table
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment