Commit e2b29d32 authored by 仇晓婷's avatar 仇晓婷

yangshi

parent de5747d5
<template>
<Layout class="quotation">
<!-- 左侧树 -->
<Sider hide-trigger :style="{background: '#fff',marginRight:'10px'}" width="260">
<Sider hide-trigger :style="{background: '#fff'}" width="260">
<Tree-Type @func="getMsgFormSon" :style="{ height: treeHeight + 'px' }"></Tree-Type>
</Sider>
<!-- 右侧内容 -->
......@@ -814,19 +814,5 @@ export default {
}
};
</script>
<style lang="less" scoped>
.quotation {
margin-right: 10px;
.zh-tree {
margin-left: 15px;
height: inherit !important;
}
}
.table {
margin-top: 15px;
}
.seach {
margin-top: 15px;
}
</style>
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