浏览代码

Merge branch 'master' of http://192.168.0.115:3000/shaogen1995/ShouBo

任一存 3 年之前
父节点
当前提交
4ef5c20c78

+ 2 - 1
web/src/views/Search/About.vue

@@ -87,7 +87,8 @@ export default {
 <style lang='less' scoped>
 .null {
   font-size: 30px;
-  margin-top: 50px;
+  height: 514px;
+  line-height: 500px;
   text-align: center;
 }
 .SearchAbout {

+ 2 - 1
web/src/views/Search/All.vue

@@ -140,7 +140,8 @@ export default {
 <style lang='less' scoped>
 .null {
   font-size: 30px;
-  margin-top: 50px;
+  height: 514px;
+  line-height: 500px;
   text-align: center;
 }
 .SearchAll {

+ 2 - 1
web/src/views/Search/Collections.vue

@@ -136,7 +136,8 @@ export default {
 <style lang='less' scoped>
 .null {
   font-size: 30px;
-  margin-top: 50px;
+  height: 514px;
+  line-height: 500px;
   text-align: center;
 }
 .SearchCollections {

+ 2 - 1
web/src/views/Search/Employment.vue

@@ -96,7 +96,8 @@ export default {
 <style lang='less' scoped>
 .null {
   font-size: 30px;
-  margin-top: 50px;
+  height: 514px;
+  line-height: 500px;
   text-align: center;
 }
 .SearchEmployment {

+ 2 - 1
web/src/views/Search/Events.vue

@@ -96,7 +96,8 @@ export default {
 <style lang='less' scoped>
 .null {
   font-size: 30px;
-  margin-top: 50px;
+  height: 514px;
+  line-height: 500px;
   text-align: center;
 }
 .SearchEvents {

+ 2 - 1
web/src/views/Search/Exhibitions.vue

@@ -124,7 +124,8 @@ export default {
 <style lang='less' scoped>
 .null {
   font-size: 30px;
-  margin-top: 50px;
+  height: 514px;
+  line-height: 500px;
   text-align: center;
 }
 .SearchExhibitions {

+ 2 - 1
web/src/views/Search/Join.vue

@@ -96,7 +96,8 @@ export default {
 <style lang='less' scoped>
 .null {
   font-size: 30px;
-  margin-top: 50px;
+  height: 514px;
+  line-height: 500px;
   text-align: center;
 }
 .SearchJoin {

+ 2 - 1
web/src/views/Search/Learn.vue

@@ -124,7 +124,8 @@ export default {
 <style lang='less' scoped>
 .null {
   font-size: 30px;
-  margin-top: 50px;
+  height: 514px;
+  line-height: 500px;
   text-align: center;
 }
 .SearchLearn {

+ 2 - 1
web/src/views/Search/Research.vue

@@ -124,7 +124,8 @@ export default {
 <style lang='less' scoped>
 .null {
   font-size: 30px;
-  margin-top: 50px;
+  height: 514px;
+  line-height: 500px;
   text-align: center;
 }
 .SearchResearch {

+ 2 - 1
web/src/views/Search/Terms.vue

@@ -96,7 +96,8 @@ export default {
 <style lang='less' scoped>
 .null {
   font-size: 30px;
-  margin-top: 50px;
+  height: 514px;
+  line-height: 500px;
   text-align: center;
 }
 .SearchTerms {

+ 2 - 1
web/src/views/Search/Visit.vue

@@ -87,7 +87,8 @@ export default {
 <style lang='less' scoped>
 .null {
   font-size: 30px;
-  margin-top: 50px;
+  height: 514px;
+  line-height: 500px;
   text-align: center;
 }
 .SearchVisit {

+ 1 - 0
web/src/views/Search/index.vue

@@ -261,6 +261,7 @@ export default {
   .comm{
     width: 1200px;
     margin: 0 auto 20px;
+    min-height: 514px;
   }
 }
 </style>