From 21ddc9ec1b1b76d2ce20e512328e65acaf1af2bf Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 16 一月 2023 10:35:15 +0800 Subject: [PATCH] 廊坊代码更新 --- src/views/datamanage/domainManage.vue | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/datamanage/domainManage.vue b/src/views/datamanage/domainManage.vue index 8ad0e04..dd1fdb6 100644 --- a/src/views/datamanage/domainManage.vue +++ b/src/views/datamanage/domainManage.vue @@ -9,12 +9,14 @@ <el-divider /> <div class="mainBox"> <div class="leftTree"> - <el-tree + <div style="width:450px"> + <el-tree :data="domainData" :props="defaultProps" :default-expand-all="true" @node-click="toggleTabs" ></el-tree> + </div> </div> <div class="right"> <div class="inquire"> @@ -651,9 +653,9 @@ <style lang="less" scoped> //@import url(); 寮曞叆鍏叡css绫� .domainBox { - height: 80%; - width: 97%; - position: absolute; + height: 98%; + width: 98%; + padding: 1%; .mainBox { width: 100%; height: 92%; @@ -661,7 +663,7 @@ justify-content: space-between; .leftTree { width: 15%; - height: 96%; + height: 91%; border: 1px solid white; border-radius: 5px; padding: 1%; @@ -670,7 +672,7 @@ } .right { width: 80%; - height: 96%; + height: 91%; border: 1px solid white; border-radius: 5px; padding: 1%; -- Gitblit v1.9.3