Commit fe735351 authored by 崔佳豪's avatar 崔佳豪

style: water登录页

parent e4f86637
Pipeline #52893 passed with stages
...@@ -16,6 +16,7 @@ import useRenderQcode from '../../js/useRenderQcode'; ...@@ -16,6 +16,7 @@ import useRenderQcode from '../../js/useRenderQcode';
import Account from '../../js/useAccount'; import Account from '../../js/useAccount';
import IotComponent from '../../js/useIOTComponent'; import IotComponent from '../../js/useIOTComponent';
import { defaultApp } from '../../../../../micro'; import { defaultApp } from '../../../../../micro';
import QRCode from 'qrcode.react';
const renderQRCode = props => { const renderQRCode = props => {
const qrcodes = props.qrcode.split('|') || []; const qrcodes = props.qrcode.split('|') || [];
......
...@@ -120,8 +120,8 @@ ...@@ -120,8 +120,8 @@
width: 23px; width: 23px;
} }
.codeBig { .codeBig {
width: 128px; width: 140px;
height: 150px; height: 140px;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0px; left: 0px;
......
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