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; +} + +