Преглед на файлове

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

guhongwei преди 4 години
родител
ревизия
3ff3009b63
променени са 5 файла, в които са добавени 10 реда и са изтрити 5 реда
  1. 2 1
      src/views/dynamic/dealDetail.vue
  2. 2 1
      src/views/dynamic/index.vue
  3. 2 1
      src/views/technical/index.vue
  4. 2 1
      src/views/technical/list.vue
  5. 2 1
      src/views/technical/orderlist.vue

+ 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;
 }