Commit 0f4d6b30 authored by xd's avatar xd

移动弹窗调整

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