Commit 50c631a4 by qinjianhui

Merge branch 'dev' into 'master'

应用中心样式修改

See merge request !35
parents 505a8920 a2b30ae0
......@@ -223,7 +223,7 @@ export default {
},
proportion: {
type: Number,
default: 125
default: 135
},
data: {
type: Object,
......
......@@ -169,11 +169,8 @@
</div>
</template>
<template slot="otherContent">
<div
:title="item.description"
class="sds-base-sku"
style="font-size: 14px">
<span>简述:{{ item.description }}</span>
<div :title="item.description" class="sds-base-sku">
简述:{{ item.description }}
</div>
<div class="sds-keyid">
<div class="product-id" v-show="item.id">
......@@ -967,20 +964,18 @@ export default {
}
::v-deep .card-mode {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
grid-template-columns: repeat(8, minmax(0, 1fr));
gap: 10px;
.price {
color: rgba(181, 124, 91, 1);
font-size: 14px;
font-size: 15px;
font-weight: bold;
margin-right: 5px;
}
.sds-base-sku {
height: 30px;
line-height: 30px;
display: flex;
height: 35px;
font-size: 12px;
cursor: pointer;
white-space: nowrap;
max-width: 100%;
overflow: hidden;
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