From 07d1135a1913a919679dc23f0a38b9b61987171f Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 01 八月 2025 15:29:37 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/OAManage --- src/pages/organizationDesign/departmentalEmployeeInformation/index.less | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/src/pages/organizationDesign/departmentalEmployeeInformation/index.less b/src/pages/organizationDesign/departmentalEmployeeInformation/index.less new file mode 100644 index 0000000..b4a9564 --- /dev/null +++ b/src/pages/organizationDesign/departmentalEmployeeInformation/index.less @@ -0,0 +1,23 @@ +.container { + display: flex; + height: calc(100vh - 340px); + + .leftTree { + width: 300px; + height: 100%; + border-right: 1px solid #e8e8e8; + + .leftTreeTitle { + height: 50px; + line-height: 50px; + padding-left: 20px; + border-bottom: 1px solid #e8e8e8; + } + } + + .rightTable { + width: calc(100% - 400px); + margin-left: 100px; + overflow-y: scroll; + } +} -- Gitblit v1.9.1