Commit a2b30ae0 by wuqian

应用中心样式修改

parent 8d52c8a4
...@@ -223,7 +223,7 @@ export default { ...@@ -223,7 +223,7 @@ export default {
}, },
proportion: { proportion: {
type: Number, type: Number,
default: 125 default: 135
}, },
data: { data: {
type: Object, type: Object,
......
...@@ -169,11 +169,8 @@ ...@@ -169,11 +169,8 @@
</div> </div>
</template> </template>
<template slot="otherContent"> <template slot="otherContent">
<div <div :title="item.description" class="sds-base-sku">
:title="item.description" 简述:{{ item.description }}
class="sds-base-sku"
style="font-size: 14px">
<span>简述:{{ item.description }}</span>
</div> </div>
<div class="sds-keyid"> <div class="sds-keyid">
<div class="product-id" v-show="item.id"> <div class="product-id" v-show="item.id">
...@@ -967,20 +964,18 @@ export default { ...@@ -967,20 +964,18 @@ export default {
} }
::v-deep .card-mode { ::v-deep .card-mode {
display: grid; display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr)); grid-template-columns: repeat(8, minmax(0, 1fr));
gap: 10px; gap: 10px;
.price { .price {
color: rgba(181, 124, 91, 1); color: rgba(181, 124, 91, 1);
font-size: 14px; font-size: 15px;
font-weight: bold; font-weight: bold;
margin-right: 5px; margin-right: 5px;
} }
.sds-base-sku { .sds-base-sku {
height: 30px; height: 35px;
line-height: 30px; font-size: 12px;
display: flex;
cursor: pointer; cursor: pointer;
white-space: nowrap;
max-width: 100%; max-width: 100%;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment