forked from integrated_whb/integrated_whb_vue
登录页
parent
426ed0b6a2
commit
f77aa17083
|
@ -74,6 +74,9 @@
|
|||
</el-popover>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot">
|
||||
河北秦安安全科技股份有限公司 版权所有 Copy right 2013-2020-v7
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@ -249,6 +252,15 @@ const fnSubmitLogin = async () => {
|
|||
right: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
.foot {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
bottom: 10px;
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
:deep {
|
||||
|
|
Loading…
Reference in New Issue