Commit 56611069 authored by 徐乐's avatar 徐乐

perf: 修改大足登录页备案号问题

parent 15916b72
Pipeline #93635 waiting for manual action with stages
......@@ -241,6 +241,7 @@ const Login = forwardRef((props, _ref) => {
</div>
</QueueAnim>
</div>
<div className={styles['copyright']}>Copyright ©重庆泽足水务投资建设有限公司All Rights Reserved <a target="_blank" id="IndexCaseNumber" href="https://beian.miit.gov.cn">ICP20000008-2</a></div>
</div>
) : null}
{videoShow ? (
......
.dazulogin {
width: 100%;
height: 100%;
......@@ -201,14 +200,15 @@
.copyright {
position: absolute;
bottom: 7%;
width: 100%;
bottom: 1%;
margin: 0 auto;
font-size: 12px;
font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #F1F6FD;
color: #9d9d9d;
text-align: center;
transform: translateX(-50%);
left: 50%;
}
.qrcode-box {
......@@ -227,13 +227,14 @@
& :global {
.popover-style{
.@{ant-prefix}-popover-inner-content{
.popover-style {
.@{ant-prefix}-popover-inner-content {
display: flex;
justify-content: center;
align-items: center;
}
.@{ant-prefix}-popover-title{
.@{ant-prefix}-popover-title {
display: flex;
justify-content: center;
align-items: center;
......@@ -241,14 +242,15 @@
}
}
:global{
.popover-style{
.@{ant-prefix}-popover-inner-content{
:global {
.popover-style {
.@{ant-prefix}-popover-inner-content {
display: flex;
justify-content: center;
align-items: center;
}
.@{ant-prefix}-popover-title{
.@{ant-prefix}-popover-title {
display: flex;
justify-content: center;
align-items: center;
......
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