新版本官网优化完成

This commit is contained in:
2025-02-15 02:53:56 +08:00
parent 3e84bbba59
commit 4c601b31a2
55 changed files with 3046 additions and 915 deletions

View File

@@ -54,7 +54,7 @@ const reload = () => {
<template>
<div class="relateproduct relate">
<h4>{{ $t('recentlyViewed') }}</h4>
<div class="p-1" v-if="type == 'article'">
<div class="py-1" v-if="type == 'article'">
<ul id="relate_n" class="news_list clearfix">
<li v-for="(item,index) in list" :key="index"><a :href="detail(item)" :title="item.title">{{ item.title }}</a></li>
</ul>