Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
dsk-cr20g
Commits
ce8b6dd5
Commit
ce8b6dd5
authored
Aug 31, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
2957136e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
qualificationsDetail.vue
...ws/detail/groupAccount/component/qualificationsDetail.vue
+5
-4
CustomMoneySelect.vue
.../src/views/detail/party-a/component/CustomMoneySelect.vue
+1
-1
HeadForm.vue
...perate-ui/src/views/detail/party-a/component/HeadForm.vue
+3
-0
No files found.
dsk-operate-ui/src/views/detail/groupAccount/component/qualificationsDetail.vue
View file @
ce8b6dd5
...
...
@@ -10,9 +10,11 @@
<img
class=
"tip-img"
src=
"@/assets/images/icon.png"
/>
<span>
{{
title
}}
</span>
</div>
<div
class=
"cooperate-name"
id=
"focus01"
>
<el-input
clearable
@
clear=
"changeSelect"
style=
"width: 300px;"
@
focus=
"clickFocus('focus01')"
@
blur=
"clickFocus('focus01')"
v-model=
"queryParams.companyName"
placeholder=
"成员名称查询"
></el-input>
<span
@
click=
"changeSelect"
>
搜索
</span>
<div
style=
"height: 34px;margin: 12px"
>
<div
class=
"cooperate-name"
id=
"focus01"
>
<el-input
clearable
@
clear=
"changeSelect"
style=
"width: 300px;"
@
focus=
"clickFocus('focus01')"
@
blur=
"clickFocus('focus01')"
v-model=
"queryParams.companyName"
placeholder=
"成员名称查询"
></el-input>
<span
@
click=
"changeSelect"
>
搜索
</span>
</div>
</div>
<skeleton
style=
"margin-left:16px;"
v-if=
"isSkeleton"
></skeleton>
<tables
...
...
@@ -138,7 +140,6 @@ export default {
height
:
34px
;
width
:
300px
;
float
:
right
;
margin
:
12px
;
span
{
width
:
80px
;
height
:
32px
;
...
...
dsk-operate-ui/src/views/detail/party-a/component/CustomMoneySelect.vue
View file @
ce8b6dd5
...
...
@@ -272,7 +272,7 @@ export default {
.options-block
{
position
:
absolute
;
margin-top
:
12
px
;
margin-top
:
5
px
;
min-width
:
120px
;
font-size
:
14px
;
color
:
#666666
;
...
...
dsk-operate-ui/src/views/detail/party-a/component/HeadForm.vue
View file @
ce8b6dd5
...
...
@@ -175,6 +175,9 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
::v-deep
.el-popper
[
x-placement
^=
bottom
]
{
margin-top
:
5px
;
}
.headForm
{
margin-bottom
:
14px
;
.common-title
{
...
...
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