Commit 49841d11 authored by danfuman's avatar danfuman

Merge branch 'V20231129-中建一局二公司' of http://192.168.60.201/root/dsk-operate-sys...

Merge branch 'V20231129-中建一局二公司' of http://192.168.60.201/root/dsk-operate-sys into V20231129-中建一局二公司

# Conflicts:
#	dsk-operate-ui/src/views/projectCostLedger/detail/index.vue
parent ee71fe26
<template> <template>
<div class="detail-container"> <div class="detail-container">
直接费成本 直接费成本1
<div class="left"></div> <div class="left-menu"></div>
<div class="right"></div> <div class="right"></div>
</div> </div>
</template> </template>
......
<template> <template>
<div class="detail-container"> <div class="otherProjects-container">
其他项目11122 <div class="otherProjects-cont">
<div class="left"> <div class="left">
<el-menu <div class="left-menu">
default-active="2" <el-menu @open="handleOpen" @close="handleClose">
class="el-menu-vertical-demo"
@open="handleOpen"
@close="handleClose">
<el-submenu index="1"> <el-submenu index="1">
<template slot="title"> <template slot="title">
<i class="el-icon-location"></i> <i class="el-icon-location"></i>
...@@ -27,10 +24,12 @@ ...@@ -27,10 +24,12 @@
</el-submenu> </el-submenu>
</el-menu> </el-menu>
</div> </div>
<div class="right"> </div>
<div class="right-table">
</div> </div>
</div> </div>
</div>
</template> </template>
<script> <script>
import InfoTable from '../../../../component/infoTable'; import InfoTable from '../../../../component/infoTable';
...@@ -79,14 +78,26 @@ export default { ...@@ -79,14 +78,26 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.detail-container { .otherProjects-container {
width: 100%; width: 100%;
box-sizing: border-box; box-sizing: border-box;
padding: 0 24px; padding: 0 24px;
background: #ffffff; background: #ffffff;
height: 100%;
display: flex;
align-items: center;
.left{ .left{
width: 220px; width: 220px;
border-right: 1px solid #EEEEEE; height: 100%;
.left-menu{
width: 100%;
height: 100%;
border-right: 1px solid #eeeeee;
overflow: auto;
}
white-space: nowrap; /* 不换行 */
overflow: hidden; /* 超出部分隐藏 */
text-overflow: ellipsis; /* 显示省略号 */
} }
} }
</style> </style>
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