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

style: 默认登录页样式优化

parent 491d68ef
Pipeline #53803 waiting for manual action with stages
......@@ -5,7 +5,7 @@ import QRCode from 'qrcode.react';
import baseStyles from '../style.less';
const useRenderQcode = (props = {}) => {
const styles = props.styles || {} || baseStyles;
const styles = props.styles || baseStyles || {} ;
if (!props.qrcode) {
return null;
}
......
......@@ -161,6 +161,7 @@
top: 26px;
right: 170px;
font-size: 40px;
margin-right: 10px;
}
.dayofweek {
top: 32px;
......
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