This commit is contained in:
Himit_ZH 2021-07-25 11:51:47 +08:00
parent 002d57f40a
commit 0cd4301c8e
2 changed files with 5 additions and 5 deletions

View File

@ -404,7 +404,7 @@ export default {
/deep/.el-card__header {
padding-bottom: 0;
}
@media screen and (min-width: 1050px) {
@media screen and (min-width: 1150px) {
/deep/ .vxe-table--body-wrapper {
overflow-x: hidden !important;
}

View File

@ -432,7 +432,7 @@ export default {
},
page_width() {
let screenWidth = window.screen.width;
if (screenWidth < 1050) {
if (screenWidth < 1150) {
this.mobileNar = true;
} else {
this.mobileNar = false;
@ -455,7 +455,7 @@ export default {
'webLanguage',
]),
'window.screen.width'(newVal, oldVal) {
if (newVal < 1050) {
if (newVal < 1150) {
this.mobileNar = true;
} else {
this.mobileNar = false;
@ -541,14 +541,14 @@ img {
font-size: small;
}
@media screen and (min-width: 1050px) {
@media screen and (min-width: 1150px) {
.content-app {
padding-top: 20px;
padding-right: 10px;
padding-left: 210px;
}
}
@media screen and (max-width: 1050px) {
@media screen and (max-width: 1150px) {
.content-app {
padding: 0 5px;
margin-top: 20px;