mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
修改商家端商品发布样式问题,修改楼层装修pc端出现的问题,修改品牌中出现的bug
This commit is contained in:
@@ -385,3 +385,9 @@ div.base-info-item {
|
||||
font-size: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.tree-bar{
|
||||
height: auto !important;
|
||||
max-height: auto !important;
|
||||
min-height: 240px !important;
|
||||
}
|
||||
|
||||
@@ -485,7 +485,7 @@
|
||||
</div>
|
||||
<h4>商品详情描述</h4>
|
||||
<div class="form-item-view">
|
||||
<div class="tree-bar" :style="{ maxHeight: maxHeight }">
|
||||
<div class="tree-bar" >
|
||||
<FormItem
|
||||
class="form-item-view-el"
|
||||
label="店内分类"
|
||||
@@ -815,7 +815,6 @@ export default {
|
||||
/** 3级分类列表*/
|
||||
categoryListLevel3: [],
|
||||
|
||||
maxHeight: "240px",
|
||||
/** 请求的商品参数组列表 */
|
||||
goodsParams: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user