Feature: 页面内Markdown渲染 & 规格参数表格

This commit is contained in:
2025-08-16 13:57:17 +08:00
parent c77b2282da
commit daa91ac56f
10 changed files with 221 additions and 36 deletions

View File

@ -1,7 +1,7 @@
<template>
<el-card class="production-card" @click="handleClick">
<!-- Image -->
<el-image :src="imageUrl" fit="cover" />
<el-image class="production-image" :src="imageUrl" fit="contain" />
<template #footer>
<!-- Name -->
<div class="text-center mx-auto text-md">
@ -36,10 +36,11 @@ const handleClick = () => {
<style scoped>
.production-card {
width: 30%;
margin: 20px auto;
width: 20%;
/* margin: 20px auto; */
cursor: pointer;
transition: all 0.3s ease;
text-align: center;
}
.production-card:hover {