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 { /deep/.el-card__header {
padding-bottom: 0; padding-bottom: 0;
} }
@media screen and (min-width: 1050px) { @media screen and (min-width: 1150px) {
/deep/ .vxe-table--body-wrapper { /deep/ .vxe-table--body-wrapper {
overflow-x: hidden !important; overflow-x: hidden !important;
} }

View File

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