[update 拆分排序弹框] 树结构高度调整
This commit is contained in:
@@ -8,12 +8,14 @@
|
|||||||
:footer="null"
|
:footer="null"
|
||||||
:confirmLoading="confirmLoading"
|
:confirmLoading="confirmLoading"
|
||||||
:fullscreen.sync="fullscreen"
|
:fullscreen.sync="fullscreen"
|
||||||
|
style="height: 100%"
|
||||||
|
class="split-tree-order-model"
|
||||||
@ok="handleOk"
|
@ok="handleOk"
|
||||||
@cancel="handleCancel">
|
@cancel="handleCancel">
|
||||||
<a-spin :spinning="confirmLoading">
|
<a-spin :spinning="confirmLoading">
|
||||||
<a-tree :show-line="true"
|
<a-tree :show-line="true"
|
||||||
:show-icon="true"
|
:show-icon="true"
|
||||||
style="height: 50vh; overflow-y: auto"
|
style="height: 100%; overflow-y: auto"
|
||||||
:class="{fullscreen: fullscreen}"
|
:class="{fullscreen: fullscreen}"
|
||||||
checkable
|
checkable
|
||||||
:tree-data="treeData"
|
:tree-data="treeData"
|
||||||
@@ -292,4 +294,13 @@ export default {
|
|||||||
.tree-node-custom-title {
|
.tree-node-custom-title {
|
||||||
max-width: 460px;
|
max-width: 460px;
|
||||||
}
|
}
|
||||||
|
.split-tree-order-model {
|
||||||
|
/deep/ .ant-modal-body {
|
||||||
|
height: 50vh;
|
||||||
|
}
|
||||||
|
/deep/ .ant-spin-container,
|
||||||
|
/deep/ .ant-spin-nested-loading {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user