wwf
17 小时以前 a32100e31b93bc378b11ab93617a9c40b081ad70
src/views/main/components/MyFooter.vue
@@ -1,6 +1,6 @@
<template>
  <div class="custom-footer">
    <el-row justify="center">
    <!-- <el-row justify="center">
      <el-select 
        v-for="(item,index) in selectList"
        v-model="item.value" 
@@ -16,7 +16,7 @@
          :value="item.value"
        />
      </el-select>
    </el-row>
    </el-row> -->
    <el-row>
      <el-text class="text-white font-medium text-default">
        ©2025 深圳市企鹅网络科技有限公司 粤ICP备15026064号   粤公网安备 44030502007327 号
@@ -58,7 +58,7 @@
<style scoped>
.custom-footer {
  width: 100%;
  min-height: 185px !important;
  min-height: 60px !important;
  display: flex;
  padding: 20px;
  flex-direction: column;
@@ -66,7 +66,9 @@
  align-items: center;
  background-color: #007AFF;
  margin-top: 30px;
  /* background-image: url('@/assets/images/test.png'); */
  background-image: url('@/assets/images/footerBg.png');
  background-repeat: no-repeat, no-repeat, repeat; /* 分别设置 */
  background-size: cover;
}
:deep(.el-select__wrapper) {
  min-height: 44px;