From ef5050890cf37409628df47e9c820ac345434209 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期三, 08 四月 2026 14:38:36 +0800
Subject: [PATCH] -
---
src/views/aboutus/qualification.vue | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/views/aboutus/qualification.vue b/src/views/aboutus/qualification.vue
index 47b6847..cd4e7e4 100644
--- a/src/views/aboutus/qualification.vue
+++ b/src/views/aboutus/qualification.vue
@@ -11,7 +11,7 @@
<div class="chuany-flex chuany-flex-wrap chuany-justify-between " style="margin: 0 auto;">
<div v-for="(item, index) in images" :key="index" class="chuany-paddingbottom-20">
<div class="flex chuany-flex-wrap justify-center ml-6" :class="item.url.includes('1')?'w-[372.37px] h-[419.91px]':'w-[372.37px] h-[320px]'">
- <el-image :src="item.url" :preview-src-list="[item.url]" fit="cover" :class="item.url.includes('1')&&'w-[290px]'"
+ <el-image :src="item.url" :preview-src-list="[item.url]" fit="cover" :class="item.url.includes('small')||'w-[290px]'"
></el-image>
<p class="font-['Source_Han_Sans_SC'] text-center mt-3 ">{{ item.name }}</p>
</div>
@@ -28,12 +28,12 @@
import { articleInfo } from '@/api/text.js'
const { $route } = getCurrentInstance().appContext.config.globalProperties
import $store from "@/store/index.js";
-import yingyezhizhao from '@/static/img/yingyezhizhao.png'
-import dengji from '@/static/img/dengji.png'
-import chuban from '@/static/img/chuban.png'
-import dianzi from '@/static/img/dianzi.png'
-import shifan from '@/static/img/shifan.png'
-import shouxin from '@/static/img/shouxin1.png'
+import yingyezhizhao from '@/static/img/smallyingyezhizhao.png'
+import dengji from '@/static/img/smalldengji.png'
+import chuban from '@/static/img/smallchuban.png'
+import dianzi from '@/static/img/smalldianzi.png'
+import shifan from '@/static/img/smallshifan.png'
+import shouxin from '@/static/img/smallshouxin.png'
import zz1biaozhi from '@/static/img/zz1biaozhi.png'
import shengchan from '@/static/img/shengchan1.png'
import ertong from '@/static/img/ertong1.png'
@@ -54,12 +54,12 @@
url: chuban,
name: "鍑虹増鐗╁嵃鍒疯鍙瘉"
},{
- url: dianzi,
- name: "鎴愰兘甯傚垱鏂板瀷鐢靛瓙鍟嗗姟浼佷笟"
-},{
url: shifan,
name: "鍥涘窛鐪佽瘹淇″畧娉曠ず鑼冧紒涓�"
},{
+ url: dianzi,
+ name: "鎴愰兘甯傚垱鏂板瀷鐢靛瓙鍟嗗姟浼佷笟"
+},{
url: shouxin,
name: "鈥滃畧鍚堝悓閲嶄俊鐢ㄢ�濅紒涓氬叕绀鸿瘉鏄�"
},{
--
Gitblit v1.9.1