This commit is contained in:
李志鹏
2026-06-01 16:07:15 +08:00
3 changed files with 8 additions and 3 deletions

View File

@@ -87,12 +87,17 @@
align-items: center;
> .text {
color: #232323;
overflow: hidden;
> .name {
font-family: 'KaiseiOpti-Regular';
font-weight: 700;
font-size: var(--commodity-name-fontSize, 2rem);
line-height: var(--commodity-name-lineHeight, 2.3rem);
margin-bottom: var(--commodity-name-marginBottom, 0rem);
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
> .price {
font-family: 'KaiseiOpti-Regular';

View File

@@ -175,7 +175,7 @@ defineExpose({})
justify-content: flex-end;
> .filter-item{
:deep(.el-select) {
width: 15rem;
width: 18rem;
--el-border-radius-base: 0;
--el-select-input-color: rgba(0, 0, 0, 0.5);
--el-select-input-font-size: 1rem;

View File

@@ -53,10 +53,10 @@ const {} = toRefs(data);
<div class="content">
<div class="img-list">
<div class="img-box">
<img :src="img" alt="">
<!-- <img :src="img" alt=""> -->
</div>
<div class="img-box">
<img :src="img" alt="">
<!-- <img :src="img" alt=""> -->
</div>
<div class="img-box">
<img :src="cover" alt="">