2 Коммиты c674482c7c ... 2740e811c1

Автор SHA1 Сообщение Дата
  chenghanbin 2740e811c1 Merge branch 'dev-chb' of http://101.36.160.140:21044/portal-site-vue-qinghai/portal-site-web into dev месяцев назад: 4
  chenghanbin 0cd0f00ad4 根据设计图,修改页面的比例 месяцев назад: 4

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

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

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

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

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

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

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

@@ -116,4 +116,8 @@ function filterData(row, column) {
116 116
   return row.replyStatus == 0 ? "未回复" : "已回复";
117 117
 }
118 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 40
 </script>
41 41
 <style scoped lang="less">
42 42
 .menuView {
43
-  width: 1128px;
43
+  width: 1328px;
44 44
   height: 100%;
45 45
   overflow: hidden;
46 46
   margin: 0 auto;