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

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

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