Browse Source

紧急修正:单页增加最小高度

紧急修正:单页增加最小高度
dangyunlong 4 days ago
parent
commit
e755496657

+ 1 - 0
components/template/component/main/1200x1120/1.vue

@@ -21,6 +21,7 @@ const props = defineProps({
 .mainBox1 {
     box-sizing: border-box;
     padding:27px 80px;
+    min-height: 600px;
     .mainTitle {
         font-size: 26px;
         color:#333;

+ 10 - 3
components/template/sector/body/about/1200x1150/1.vue

@@ -11,7 +11,7 @@
                     本网招聘
                 </el-breadcrumb-item>
                 <el-breadcrumb-item>
-                    {{ newsDetail.con_title }}
+                    {{ routeName }}
                 </el-breadcrumb-item>
             </el-breadcrumb>
         </div>
@@ -97,12 +97,19 @@ async function getPageData() {
 getPageData();
 //左侧悬浮菜单
 const bottomMenu = ref<IBottomMenu[]>([]);
+const routeName = ref<string>("");
 async function getPageMenu() {
     const mkdata:any = await requestDataPromise('/web/getWebsiteFooterCategory', {
         method: 'GET',
         query: {},
     });
     bottomMenu.value = mkdata.data;
+
+    for(let item of bottomMenu.value){
+        if(item.name_pinyin == segments[2]){
+            routeName.value = item.name;
+        }
+    }
 }
 getPageMenu();
 //1.页面数据 end---------------------------------------->
@@ -174,9 +181,9 @@ getPageMenu();
         .innerDetail {
             margin: 0 auto;
             margin-bottom: 30px;
-            min-height: 1370px;
+            //min-height: 1370px;
             .innerDetail1 {
-                min-height: 1370px;
+                //min-height: 1370px;
                 margin: 0 auto;
                 box-sizing: border-box;
             }

+ 2 - 2
components/template/sector/body/about/1200x1290/1.vue

@@ -161,9 +161,9 @@ newslists();
         .innerDetail {
             margin: 0 auto;
             margin-bottom: 30px;
-            min-height: 1370px;
+            min-height: 600px;
             .innerDetail1 {
-                min-height: 1370px;
+                min-height: 600px;
                 margin: 0 auto;
                 box-sizing: border-box;
             }