锁屏页面样式修改

This commit is contained in:
huzhushan 2021-04-26 11:43:49 +08:00
parent 7866120767
commit 1b4d34bee9
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
* @version:
* @Date: 2021-04-23 15:43:29
* @LastEditors: huzhushan@126.com
* @LastEditTime: 2021-04-25 10:51:13
* @LastEditTime: 2021-04-26 11:43:08
* @Author: huzhushan@126.com
* @HomePage: https://huzhushan.gitee.io/vue3-element-admin
* @Github: https://github.com/huzhushan/vue3-element-admin
@ -121,6 +121,6 @@ export default defineComponent({
@import './style/style.css';
.clock-wrapper {
transform: scale(0.7);
margin: -200px 0;
margin: 0;
}
</style>

View File

@ -27,7 +27,7 @@
* @version:
* @Date: 2021-04-23 15:25:51
* @LastEditors: huzhushan@126.com
* @LastEditTime: 2021-04-23 19:18:50
* @LastEditTime: 2021-04-26 11:34:26
* @Author: huzhushan@126.com
* @HomePage: https://huzhushan.gitee.io/vue3-element-admin
* @Github: https://github.com/huzhushan/vue3-element-admin
@ -67,7 +67,7 @@ export default defineComponent({
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around;
justify-content: center;
overflow: hidden;
}
</style>