Commit 0f4d6b30 authored by xd's avatar xd

移动弹窗调整

parent c0c3ef7d
<template> <template>
<div class="ct"> <div class="ct">
<el-dialog <el-dialog
title="请选择分组"
:visible.sync="moveDialog" :visible.sync="moveDialog"
width="30%" width="30%"
:show-close="false" :show-close="false"
...@@ -202,10 +203,10 @@ export default { ...@@ -202,10 +203,10 @@ export default {
padding: 6px 5px; padding: 6px 5px;
} }
.ct >>> .el-dialog__header { .ct >>> .el-dialog__header {
padding: 0 !important; border-bottom: 1px solid #f8f8f8;
} }
.ct >>> .el-dialog__body { .ct >>> .el-dialog__body {
padding: 40px; padding: 20px 40px;
} }
.ct >>> .el-transfer-panel { .ct >>> .el-transfer-panel {
width: 250px; width: 250px;
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
:props="orgData" :props="orgData"
:data="data1" :data="data1"
node-key="id" node-key="id"
default-expand-all
expand-on-click-node expand-on-click-node
@node-click="handleTreeClick" @node-click="handleTreeClick"
> >
......
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