Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-manager-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-manager-ui
Commits
c5c089f7
Commit
c5c089f7
authored
Jul 18, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交修改样式
parent
84cd6152
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
4 deletions
+16
-4
src/views/perform/staff/conf/deptdrawershow.vue
src/views/perform/staff/conf/deptdrawershow.vue
+10
-3
src/views/perform/staff/conf/drawershow.vue
src/views/perform/staff/conf/drawershow.vue
+5
-1
src/views/perform/staff/conf/list.vue
src/views/perform/staff/conf/list.vue
+1
-0
No files found.
src/views/perform/staff/conf/deptdrawershow.vue
View file @
c5c089f7
...
...
@@ -15,7 +15,7 @@
>
<el-row>
<el-row
style=
"width: 100%;margin-bottom: 10px;"
>
<el-form-item
label=
"选择部门"
>
<el-form-item
label=
"选择部门
:
"
>
<el-col
:span=
"23"
>
<el-select
v-model=
"form.deptId"
filterable
style=
"width: 100%;"
>
<el-option
...
...
@@ -29,7 +29,7 @@
</el-col>
</el-form-item>
</el-row>
<el-row
style=
"width:
96%;margin: 0 auto
;"
>
<el-row
style=
"width:
100%;padding: 0 35px
;"
>
<el-tabs
v-model=
"activeName"
type=
"card"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"考勤绩效指标"
name=
"1"
>
<div
class=
"content"
>
...
...
@@ -245,7 +245,11 @@
</el-row>
</el-row>
<form-buttons
@
submit=
"submitForm"
noCancelBtn
/>
<form-buttons
@
submit=
"submitForm"
noCancelBtn
style=
"margin-left: -85px;margin-top: 10px;"
/>
</el-form>
<!--
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"120px"
>
<el-row>
...
...
@@ -561,6 +565,9 @@ export default {
}
</
style
>
<
style
lang=
"less"
scoped
>
/deep/.el-drawer__header {
padding-left: 32px;
}
.form_content {
/deep/.el-col-12 {
width: 98% !important;
...
...
src/views/perform/staff/conf/drawershow.vue
View file @
c5c089f7
...
...
@@ -240,7 +240,11 @@
<
/el-row
>
<
/el-row
>
<
form
-
buttons
@
submit
=
"
submitForm
"
noCancelBtn
/>
<
form
-
buttons
@
submit
=
"
submitForm
"
noCancelBtn
style
=
"
margin-left: -100px;margin-top: 10px;
"
/>
<
/el-form
>
<!--
<
el
-
form
ref
=
"
form
"
:
model
=
"
form
"
:
rules
=
"
rules
"
label
-
width
=
"
120px
"
>
<
el
-
row
>
...
...
src/views/perform/staff/conf/list.vue
View file @
c5c089f7
...
...
@@ -276,6 +276,7 @@ export default {
.top {
width: 100%;
height: 60px;
padding-left: 20px;
}
.mid {
width: 100%;
...
...
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