合并master

This commit is contained in:
lemon橪
2021-06-17 11:45:53 +08:00
8 changed files with 106 additions and 40 deletions

View File

@@ -472,3 +472,9 @@ div.base-info-item {
.template-item {
justify-content: flex-start !important;
}
.tree-bar{
height: auto !important;
max-height: auto !important;
min-height: 240px !important;
}

View File

@@ -294,9 +294,20 @@
</div>
<h4>商品详情描述</h4>
<div class="form-item-view">
<div class="tree-bar" :style="{ maxHeight: maxHeight }">
<FormItem class="form-item-view-el" label="店内分类" prop="shopCategory">
<Tree ref="tree" :data="shopCategory" show-checkbox @on-select-change="selectTree" @on-check-change="changeSelect" :check-strictly="!strict"></Tree>
<div class="tree-bar" >
<FormItem
class="form-item-view-el"
label="店内分类"
prop="shopCategory"
>
<Tree
ref="tree"
:data="shopCategory"
show-checkbox
@on-select-change="selectTree"
@on-check-change="changeSelect"
:check-strictly="!strict"
></Tree>
</FormItem>
</div>
<FormItem class="form-item-view-el" label="商品描述" prop="intro">
@@ -594,7 +605,6 @@ export default {
/** 3级分类列表*/
categoryListLevel3: [],
maxHeight: "240px",
/** 请求的商品参数组列表 */
goodsParams: [
{