lsc 2 年之前
父節點
當前提交
6a36a26d12

+ 1 - 1
src/components/pages/race/addRace.vue

@@ -308,7 +308,7 @@ export default {
   width: 90%;
   justify-content: center;
   margin: 0 auto;
-  height: calc(100% - 165px);
+  height: calc(100% - 175px);
 }
 
 .race_btn {

+ 2 - 7
src/components/pages/race/addRace/projectEffect.vue

@@ -94,12 +94,6 @@ export default {
 
 <style scoped>
 @media screen and (max-width: 1280px) {
-  .stepBg .steps:nth-child(1) ::after,
-  .stepBg .steps:nth-child(2) ::after,
-  .stepBg .steps:nth-child(3) ::after {
-    content: "";
-    top: 105px !important;
-  }
 }
 .pb_content {
   width: 100%;
@@ -143,7 +137,8 @@ export default {
   flex-wrap: nowrap;
   position: relative;
   width: 145px;
-  height: 180px;
+  height: 130px;
+  min-height: 130px;
 }
 .steps > div:nth-child(1) > img {
   z-index: 9;

+ 2 - 8
src/components/pages/race/addRace/projectProcess.vue

@@ -791,12 +791,6 @@ export default {
 
 <style scoped>
 @media screen and (max-width: 1280px) {
-  .stepBg .steps:nth-child(1) ::after,
-  .stepBg .steps:nth-child(2) ::after,
-  .stepBg .steps:nth-child(3) ::after {
-    content: "";
-    top: 105px !important;
-  }
 }
 .pb_content {
   width: 100%;
@@ -840,8 +834,8 @@ export default {
   flex-wrap: nowrap;
   position: relative;
   width: 145px;
-  height: 180px;
-  min-height: 180px;
+  height: 130px;
+  min-height: 130px;
 }
 .steps > div:nth-child(1) > img {
   z-index: 9;

+ 3 - 7
src/components/pages/race/addRace/raceDetail.vue

@@ -552,12 +552,7 @@ export default {
 
 <style scoped>
 @media screen and (max-width: 1280px) {
-  .stepBg .steps:nth-child(1) ::after,
-  .stepBg .steps:nth-child(2) ::after,
-  .stepBg .steps:nth-child(3) ::after {
-    content: "";
-    top: 105px !important;
-  }
+
 }
 .pb_content {
   width: 100%;
@@ -600,7 +595,8 @@ export default {
   flex-wrap: nowrap;
   position: relative;
   width: 145px;
-  height: 180px;
+  height: 130px;
+  min-height: 130px;
 }
 .steps > div:nth-child(1) > img {
   z-index: 9;

+ 3 - 7
src/components/pages/race/addRace/raceOverview.vue

@@ -1152,12 +1152,7 @@ export default {
 
 <style scoped>
 @media screen and (max-width: 1280px) {
-  .stepBg .steps:nth-child(1) ::after,
-  .stepBg .steps:nth-child(2) ::after,
-  .stepBg .steps:nth-child(3) ::after {
-    content: "";
-    top: 105px !important;
-  }
+
 }
 .dialog_diy >>> .el-dialog__header {
   background: #3c3c3c !important;
@@ -1208,7 +1203,8 @@ export default {
   flex-wrap: nowrap;
   position: relative;
   width: 210px;
-  height: 180px;
+  height: 130px;
+  min-height: 130px;
 }
 .steps > div:nth-child(1) > img {
   z-index: 9;