From 1567ef9e12974d0894520f31bfab8e152335e850 Mon Sep 17 00:00:00 2001
From: quyixiao <2621048238@qq.com>
Date: Tue, 29 Sep 2020 17:34:33 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=B8=AA=E5=BF=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/device-manage/device-onecode.vue | 115 +++++----
src/views/modules/device/device-qr.vue | 227 ++++++++++--------
2 files changed, 187 insertions(+), 155 deletions(-)
diff --git a/src/views/modules/device-manage/device-onecode.vue b/src/views/modules/device-manage/device-onecode.vue
index 51cee62..b1b158a 100644
--- a/src/views/modules/device-manage/device-onecode.vue
+++ b/src/views/modules/device-manage/device-onecode.vue
@@ -46,7 +46,7 @@
@click="handlePrint(scope.row)"
>重新打印
-
+
@@ -63,19 +63,20 @@
\ No newline at end of file
+
diff --git a/src/views/modules/device/device-qr.vue b/src/views/modules/device/device-qr.vue
index 0f568c8..c054b92 100644
--- a/src/views/modules/device/device-qr.vue
+++ b/src/views/modules/device/device-qr.vue
@@ -1,116 +1,135 @@
-
+
+
+
+
+
+
+
+
+
+ 扫码
+
+
+
+
确定
+
>
\ No newline at end of file
+
+.el-col {
+ border-radius: 10px;
+}
+
+.bg-purple-dark {
+ background: #99a9bf;
+}
+
+.bg-purple {
+ background: #d3dce6;
+}
+
+.bg-purple-light {
+ background: #e5f2f1;
+}
+
+.grid-content {
+ border-radius: 4px;
+ min-height: 36px;
+}
+
+.row-bg {
+ padding: 10px 0;
+ background-color: #f9fafc;
+}
+
+.div_height {
+ height: 38px;
+}
+
+.div_width {
+ width: 100%;
+}
+
+.width_100 {
+ width: 100px;
+}
+
+.center {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+
+ padding: 1em;
+}
+
+.flex {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 100%;
+ height: 100%;
+ border: 1px solid;
+}
+
+.flex_son {
+ width: 100%;
+ height: 100%;
+ border: 0x solid;
+}
+
+.zero_size {
+ width: 1px;
+ height: 1px;
+}
+
+