Commit 014b27f6 authored by 康振飞's avatar 康振飞

左侧树添加--工艺规程管理new

parent bead90d6
<template> <template>
<div> <div>
<h3 class="title"> <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"> <ButtonGroup class="fr" size="small">
<Button> <Button>
<Icon <Icon
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<Icon type="ios-arrow-back" size="24" /> <Icon type="ios-arrow-back" size="24" />
</a> </a>
</h4> </h4>
<StoreHouseLeft @storeIds="storeIds" ></StoreHouseLeft> <StoreHouseLeft class="tree_left" @storeIds="storeIds" ></StoreHouseLeft>
<!-- :type="4" --> <!-- :type="4" -->
</div> </div>
</Sider> </Sider>
......
...@@ -24,6 +24,12 @@ ...@@ -24,6 +24,12 @@
color: #646464; color: #646464;
} }
} }
.tree_left{
padding: 8px 15px;
.ivu-tree{
// height: ;
}
}
} }
.show_menu{ .show_menu{
width: 30px; width: 30px;
......
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