添加 标准库 模版库 页面

修改 终端台账管理 页面
This commit is contained in:
GGJ
2024-09-06 15:10:30 +08:00
parent 630156f221
commit 9bfb30a197
16 changed files with 2027 additions and 1447 deletions

View File

@@ -16,14 +16,14 @@
<Icon name="el-icon-Search" style="font-size: 16px" />
</template>
</el-input>
<Icon
<!-- <Icon
@click="onMenuCollapse"
:name="menuCollapse ? 'el-icon-Expand' : 'el-icon-Fold'"
:class="menuCollapse ? 'unfold' : ''"
size="18"
class="fold ml10 menu-collapse"
style="cursor: pointer"
/>
/> -->
</div>
<el-tree
style="flex: 1; overflow: auto"
@@ -131,7 +131,7 @@ defineExpose({ treeRef, setCurrentKey })
display: flex;
flex-direction: column;
box-sizing: border-box;
padding: 10px;
padding-right: 10px;
height: 100%;
width: 100%;
:deep(.el-tree) {