3840*1080切换适配

This commit is contained in:
wuhongjian 2022-06-21 17:06:05 +08:00
parent 5514577c3f
commit 7b8cdbd0e7
2 changed files with 10 additions and 3 deletions

View File

@ -1,8 +1,8 @@
<!--
* @Author: hisense.wuhongjian
* @Date: 2022-05-06 11:12:00
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-06-13 17:45:49
* @LastEditors: hisense.wuhongjian
* @LastEditTime: 2022-06-21 16:59:46
* @Description: 告诉大家这是什么
-->
<template>
@ -26,4 +26,11 @@
</script>
<style lang="less">
@import '~@/vab/styles/vab.less';
#vue-admin-beautiful{
max-width: 1920px;
max-height: 1080px;
margin: auto;
height: 100%;
position: relative;
}
</style>

View File

@ -295,7 +295,7 @@
}
.home-header {
height: 0.64rem;
width: 100%;
// width: 100%;
display: flex;
justify-content: center;
align-items: center;