二维码位置调整

parent e5066b83
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
<el-row :gutter="32" style="margin-top:40px"> <el-row :gutter="32" style="margin-top:40px">
<el-col :span="24"> <el-col :span="24">
<div class="cardTwo" style="with:100% margin-top:60px"> <div class="cardTwo" style="with:100% margin-top:60px">
<el-card class=".box-cardFirst"> <el-card class="box-cardSec">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<el-button <el-button
type="primary" type="primary"
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
>打印条形码</el-button> >打印条形码</el-button>
</div> </div>
<div class="item2"> <div class="item2">
<div> <div style="margin-top:50px ">
<barcode :value="maBarCode" :format="barcodeFormat" /> <barcode :value="maBarCode" :format="barcodeFormat" />
</div> </div>
</div> </div>
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
</el-row> </el-row>
</div> </div>
<el-dialog title="" :visible.sync="dialogTableVisibleOne" width="50%"> <el-dialog title="" :visible.sync="dialogTableVisibleOne" width="50%">
<div style="margin-left:180px"> <div class="item3">
<qrcode-vue :value="qrCode" :size="size" level="H" /> <qrcode-vue :value="qrCode" :size="size" level="H" />
</div> </div>
<span slot="footer" class="dialog-footer"> <span slot="footer" class="dialog-footer">
...@@ -223,10 +223,12 @@ export default { ...@@ -223,10 +223,12 @@ export default {
} }
.item2 { .item2 {
margin-bottom: 24px; margin-bottom: 24px;
margin-left: 64px; margin-left: 72px;
height: 300px; height: 200px;
}
.item3 {
margin-left: 32%;
} }
.clearfix:before, .clearfix:before,
.clearfix:after { .clearfix:after {
display: table; display: table;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment