提交 d8c19a59 编写于 作者: WodahsOrez's avatar WodahsOrez

lxm--人员选择标准控件样式调整

上级 d44e1508
...@@ -275,26 +275,30 @@ export default class IBizGroupPicker extends Vue { ...@@ -275,26 +275,30 @@ export default class IBizGroupPicker extends Vue {
</script> </script>
<style lang="less"> <style lang="less">
.ibiz-group-container { .ibiz-group-picker{
display: flex; width: 100%;
height: calc(100% - 65px); height: 100%;
.ibiz-group-tree { .ibiz-group-container {
width: 400px; display: flex;
border-right: 1px solid #ddd; height: calc(100% - 65px);
padding: 0 10px; .ibiz-group-tree {
overflow: auto; min-width: 200px;
height: 100%; border-right: 1px solid #ddd;
} padding: 0 34px 0 10px;
.ibiz-group-content { overflow: auto;
flex-grow: 1; height: 100%;
padding: 0 10px; }
overflow: auto; .ibiz-group-content {
height: 100%; flex-grow: 1;
} padding: 0 10px;
} overflow: auto;
.ibiz-group-footer { height: 100%;
padding: 16px; }
text-align: right; }
border-top: 1px solid #ddd; .ibiz-group-footer {
padding: 16px;
text-align: right;
border-top: 1px solid #ddd;
}
} }
</style> </style>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册