Commit 2ec94a96 authored by renjintao's avatar renjintao

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product-rjt

parents 070339be 014b27f6
<template>
<div>
<h3 class="title">
<Input search placeholder="请输入查询条件" clearable v-model="treeInputSearch" />
<Input search placeholder="请输入查询条件" style="width:72%" clearable v-model="treeInputSearch" />
<ButtonGroup class="fr" size="small">
<Button>
<Icon
......
......@@ -11,7 +11,7 @@
<Icon type="ios-arrow-back" size="24" />
</a>
</h4>
<StoreHouseLeft @storeIds="storeIds" ></StoreHouseLeft>
<StoreHouseLeft class="tree_left" @storeIds="storeIds" ></StoreHouseLeft>
<!-- :type="4" -->
</div>
</Sider>
......
......@@ -24,6 +24,12 @@
color: #646464;
}
}
.tree_left{
padding: 8px 15px;
.ivu-tree{
// height: ;
}
}
}
.show_menu{
width: 30px;
......@@ -106,7 +112,7 @@
}
}
.setdetail_body{
// padding: 0 20px;
// padding: 0 20px;
.ivu-layout-header{
height: 0;
}
......
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