diff --git a/src/assets/css/main.css b/src/assets/css/main.css
index 199bb30..b286bd5 100644
--- a/src/assets/css/main.css
+++ b/src/assets/css/main.css
@@ -8,7 +8,7 @@ body,
.wrapper {
width: 100%;
height: 100%;
- overflow: hidden;
+ /* overflow: hidden; */
}
body {
font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
@@ -29,13 +29,15 @@ body {
.body{
padding: 0 20px;
padding-top: 20px;
+
}
.query{
height: 105px;
background-color: white;
padding-left: 36px;
padding-right: 30px;
- min-width: 1460px;
+ /* min-width: 1460px; */
+
}
.f_title{
font-size:16px
@@ -78,7 +80,7 @@ body {
padding-right: 30px;
box-sizing: border-box;
overflow-y: auto;
- min-width: 1460px;
+ /* min-width: 1460px; */
}
.table_title{
display: flex;
diff --git a/src/components/Header.vue b/src/components/Header.vue
index 5c75bc4..8585081 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -40,7 +40,8 @@ export default {
color: white;
}
.header{
- width: 100%;
+ /* width: 100%; */
+ min-width: 1903px;
height: 65px;
display: flex;
align-items: center;
diff --git a/src/components/Home.vue b/src/components/Home.vue
index 9e34447..2efc007 100644
--- a/src/components/Home.vue
+++ b/src/components/Home.vue
@@ -3,13 +3,15 @@