tj
2025-04-30 88ca0a435ecc2b6608809cb9cd69b6a2bb0d42fe
D:/devInstall/Git/product css
已修改2个文件
11 ■■■■ 文件已修改
src/components/MainLayout.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/Product.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/MainLayout.vue
@@ -1,6 +1,6 @@
<template>
    <HeaderMenu />
    <router-view style="margin-top: 62px;" />
    <router-view style="margin-top: 70px;" />
    <Footer></Footer>
  </template>
  
@@ -13,3 +13,4 @@
  </script>
  <style scoped>
  </style>
src/pages/Product.vue
@@ -1,5 +1,5 @@
<template>
    <div class="container-fluid">
    <div class="main-layout">
        <div class="row">
            <!-- Left Sidebar, visible on medium and larger screens -->
            <div class="col-md-3 d-none d-md-block p-3">
@@ -70,7 +70,7 @@
            <!-- Main Content Area -->
            <div class="col-12 col-md-9 p-3">
            <div class="col-12 col-md-9 p-3" style="overflow-y: auto; max-height: 100vh;" >
                <!-- Upper Layer -->
                <div class="mb-3">
                    <div class="border-b border-gray-200 p-1 text-center ">
@@ -112,7 +112,7 @@
                </div>
                <!-- Lower Layer -->
                <div>
                <div class="mb-5">
                    <div class="text-start">
                        <h5>推荐产品</h5>
                    </div>
@@ -165,8 +165,6 @@
        <!-- <button class="btn btn-primary rounded-circle floating-btn" @click="handleClick">
            <i class="bi bi-list fs-3 floating-btn"></i>
         </button> -->
        <img :src="menuIcon" alt="icon" 
        style="width: 30px; height: 30px;" class="floating-btn d-block d-md-none" @click="handleClick" />