25ce6cdf by renchao@pashanhoo.com

style:申请单元列表

1 parent 3d3e620d
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2023-10-18 14:06:31
* @LastEditTime: 2023-10-31 10:42:21
-->
<template>
<div class="leftmenu" :class="{ 'animation-map-drawer': isShowdrawer }">
......
......@@ -14,7 +14,7 @@
/deep/.el-menu-item {
display: flex;
align-items: center;
justify-content: space-between;
// justify-content: space-between;
}
}
......