Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
25ce6cdf
authored
2023-10-31 10:43:13 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:申请单元列表
1 parent
3d3e620d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
src/views/workflow/workFrame.scss
src/views/djbworkflow/components/leftmenu/ordinaryMenu.vue
View file @
25ce6cd
<!--
* @Description: workFrame左侧菜单列表-普通
* @Autor: renchao
* @LastEditTime: 2023-10-
18 14:06:3
1
* @LastEditTime: 2023-10-
31 10:42:2
1
-->
<
template
>
<div
class=
"leftmenu"
:class=
"
{ 'animation-map-drawer': isShowdrawer }">
...
...
src/views/workflow/workFrame.scss
View file @
25ce6cd
...
...
@@ -14,7 +14,7 @@
/
deep
/
.el-menu-item
{
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
//
justify-content: space-between;
}
}
...
...
Please
register
or
sign in
to post a comment