Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
胡锦波
/
org-manager-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
19ae1f52
authored
Apr 11, 2022
by
胡锦波
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
1. init 布局调整
parent
d844a8b6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
src/views/pages/employ-management/address-book/employ-list.vue
src/views/pages/employ-management/address-book/employ-list.vue
View file @
19ae1f52
...
...
@@ -12,7 +12,7 @@
{{
name
}}
<span
class=
"text-orange"
>
(
{{
listTotal
}}
人)
</span>
</span>
<div
class=
"d-flex"
>
<div
class=
"d-flex
operate-list
"
>
<div
class=
"text-gray btn"
@
click=
"gotoInvitationPage"
>
邀请员工加入企业
</div>
...
...
@@ -24,7 +24,7 @@
<div
class=
"list_title d-flex align-items-center justify-content-end"
>
<el-button
type=
"
blue
"
@
click=
"addMemberBtn"
>
<el-button
type=
"
primary
"
@
click=
"addMemberBtn"
>
添加员工
</el-button>
<el-button
@
click=
"exportMembers"
>
批量导入
</el-button>
...
...
@@ -34,7 +34,10 @@
</el-button>
<el-button
@
click=
"handleDelete('del')"
>
删除员工
</el-button>
</div>
<div
class=
"table-container flex-fill d-flex flex-column"
>
<div
v-if=
"false"
class=
"table-container flex-fill d-flex flex-column"
>
<el-table
:data=
"tableData"
:empty-text=
"emptyText"
...
...
@@ -216,7 +219,7 @@
color
:
#292b33
;
margin-bottom
:
9px
;
}
ul
{
.operate-list
{
overflow
:
hidden
;
position
:
relative
;
line-height
:
20px
;
...
...
@@ -231,11 +234,16 @@
margin-left
:
15px
;
margin-right
:
15px
;
}
li
{
div
{
display
:
block
;
float
:
right
;
font-weight
:
400px
;
cursor
:
pointer
;
color
:
#888
;
&:hover
{
color
:
#077aec
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment