feat: 增加产品展示功能 #7

Manually merged
remilia merged 2 commits from dev into master 2025-09-12 11:13:56 +08:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 39ebab92cd - Show all commits

View File

@ -40,7 +40,7 @@ const handleClick = () => {
<style scoped>
.production-card {
width: 20%;
width: 30%;
cursor: pointer;
transition: all 0.3s ease;
text-align: center;

View File

@ -140,13 +140,13 @@ useHead({
.production-header {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: 2fr 1fr;
gap: 3rem;
}
.production-image .el-image {
width: 100%;
height: 400px;
height: 500px;
border-radius: 8px;
}