Ver código fonte

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test

guhongwei 4 anos atrás
pai
commit
3ff3009b63

+ 2 - 1
src/views/dynamic/dealDetail.vue

@@ -114,7 +114,8 @@ export default {
 
 <style lang="less" scoped>
 .w_1200 {
-  width: 80%;
+  // width: 80%;
+  width: 1200px;
   margin: 0 auto;
 }
 .main {

+ 2 - 1
src/views/dynamic/index.vue

@@ -61,7 +61,8 @@ export default {
 
 <style lang="less" scoped>
 .w_1200 {
-  width: 80%;
+  // width: 80%;
+  width: 1200px;
   margin: 0 auto;
 }
 .main {

+ 2 - 1
src/views/technical/index.vue

@@ -173,7 +173,8 @@ export default {
   height: 160px;
 }
 .main {
-  width: 80%;
+  // width: 80%;
+  width: 1200px;
   margin: 0 auto;
   float: none;
 }

+ 2 - 1
src/views/technical/list.vue

@@ -212,7 +212,8 @@ export default {
 
 <style lang="less" scoped>
 .main {
-  width: 80%;
+  // width: 80%;
+  width: 1200px;
   margin: 0 auto;
   float: none;
 }

+ 2 - 1
src/views/technical/orderlist.vue

@@ -170,7 +170,8 @@ export default {
 
 <style lang="less" scoped>
 .main {
-  width: 80%;
+  // width: 80%;
+  width: 1200px;
   margin: 0 auto;
   float: none;
 }