Feature: 页面内Markdown渲染 & 规格参数表格
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user