Browse Source

Merge branch 'dev-chb' of http://101.36.160.140:21044/portal-site-vue-qinghai/portal-site-web into dev

chenghanbin 4 months ago
parent
commit
2740e811c1

+ 1 - 1
src/style/common/index.less

@@ -9,7 +9,7 @@ body {
9
 }
9
 }
10
 // 页面内容区样式
10
 // 页面内容区样式
11
 .mainView {
11
 .mainView {
12
-  width: 1200px;
12
+  width: 1400px;
13
   // overflow: auto;
13
   // overflow: auto;
14
   margin: 0 auto;
14
   margin: 0 auto;
15
   min-height: calc(100vh - 470px);
15
   min-height: calc(100vh - 470px);

+ 8 - 6
src/style/header/index.less

@@ -10,7 +10,7 @@
10
   }
10
   }
11
 }
11
 }
12
 .headerView {
12
 .headerView {
13
-  width: 1200px;
13
+  width: 1400px;
14
   margin: 0 auto;
14
   margin: 0 auto;
15
   background-color: transparent;
15
   background-color: transparent;
16
   .header{
16
   .header{
@@ -105,11 +105,11 @@
105
 }
105
 }
106
 .position{
106
 .position{
107
   top: 305px;
107
   top: 305px;
108
-  width: 1200px;
109
-  padding: 30px 0;
108
+  width: 1360px;
109
+  padding: 30px 20px;
110
   background: #fff;
110
   background: #fff;
111
   position: absolute;
111
   position: absolute;
112
-  left: calc(50% - 600px);
112
+  left: calc(50% - 700px);
113
   border: 1px solid #DCDFE6;
113
   border: 1px solid #DCDFE6;
114
   box-shadow: 2px 2px 2px 2px #DCDFE6;
114
   box-shadow: 2px 2px 2px 2px #DCDFE6;
115
   z-index: 9;
115
   z-index: 9;
@@ -117,7 +117,7 @@
117
     width: 0;
117
     width: 0;
118
     height: 0;
118
     height: 0;
119
     top: -10px;
119
     top: -10px;
120
-    right: 350px;
120
+    right: 400px;
121
     position: absolute;
121
     position: absolute;
122
     border-left: 10px solid transparent;
122
     border-left: 10px solid transparent;
123
     border-right: 10px solid transparent;
123
     border-right: 10px solid transparent;
@@ -125,8 +125,10 @@
125
   }
125
   }
126
   span{
126
   span{
127
     color: #138ee7;
127
     color: #138ee7;
128
-    margin: 10px 15px;
129
     cursor: pointer;
128
     cursor: pointer;
129
+    display: block;
130
+    float: left;
131
+    width: calc(100% / 9);
130
   }
132
   }
131
   span:hover{
133
   span:hover{
132
     color: #409EFF;
134
     color: #409EFF;

+ 5 - 5
src/style/search/index.less

@@ -13,7 +13,7 @@
13
 
13
 
14
     .header {
14
     .header {
15
       overflow: auto;
15
       overflow: auto;
16
-      width: 1200px;
16
+      width: 1400px;
17
       margin: 0 auto;
17
       margin: 0 auto;
18
         
18
         
19
       .logo {
19
       .logo {
@@ -117,7 +117,7 @@
117
 
117
 
118
   .resultBox {
118
   .resultBox {
119
     top: 155px;
119
     top: 155px;
120
-    width: 1200px;
120
+    width: 1400px;
121
     position: fixed;
121
     position: fixed;
122
     overflow: auto;
122
     overflow: auto;
123
     padding: 10px 20px 40px 0;
123
     padding: 10px 20px 40px 0;
@@ -125,7 +125,7 @@
125
     height: calc(100vh - 385px);
125
     height: calc(100vh - 385px);
126
 
126
 
127
     .conent {
127
     .conent {
128
-      width: 810px;
128
+      width: 1020px;
129
       float: left;
129
       float: left;
130
 
130
 
131
       .totalBox {
131
       .totalBox {
@@ -257,11 +257,11 @@
257
 
257
 
258
   .paginationBox {
258
   .paginationBox {
259
     bottom: 170px;
259
     bottom: 170px;
260
-    width: 1200px;
260
+    width: 1400px;
261
     margin-bottom: 10px;
261
     margin-bottom: 10px;
262
     position: fixed;
262
     position: fixed;
263
     background: #fff;
263
     background: #fff;
264
-    left: calc(50% - 600px);
264
+    right: calc(50% - 440px);
265
 
265
 
266
     .el-pagination {
266
     .el-pagination {
267
       float: left;
267
       float: left;

+ 5 - 1
src/views/hdjl/ldxx/moreLetters.vue

@@ -116,4 +116,8 @@ function filterData(row, column) {
116
   return row.replyStatus == 0 ? "未回复" : "已回复";
116
   return row.replyStatus == 0 ? "未回复" : "已回复";
117
 }
117
 }
118
 </script>
118
 </script>
119
-<style scoped></style>
119
+<style scoped>
120
+.tebleBox {
121
+  padding: 16px 25px;
122
+}
123
+</style>

+ 1 - 1
src/views/zwgk/modules/main.vue

@@ -40,7 +40,7 @@ function chkSearch() {
40
 </script>
40
 </script>
41
 <style scoped lang="less">
41
 <style scoped lang="less">
42
 .menuView {
42
 .menuView {
43
-  width: 1128px;
43
+  width: 1328px;
44
   height: 100%;
44
   height: 100%;
45
   overflow: hidden;
45
   overflow: hidden;
46
   margin: 0 auto;
46
   margin: 0 auto;