Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
source-trace-manage
Commits
3aaf27b7
Commit
3aaf27b7
authored
Aug 04, 2022
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
28791da8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
1 deletion
+31
-1
index.vue
src/views/AddCopyRight/index.vue
+31
-1
No files found.
src/views/AddCopyRight/index.vue
View file @
3aaf27b7
...
...
@@ -17,12 +17,14 @@
<div
class=
"tip text-center"
>
请仔细填写作品资料,审核通过后将不能修改
</div>
<AddFilingPerson
v-model:visible=
"addFilingPersonVisible"
@
add-success=
"getFilingPerson"
></AddFilingPerson>
<ElForm
:model=
"formModel"
:rules=
"rules"
ref=
"formRef"
>
<CustomizeFormItem
label=
"备案人"
prop=
"filingPerson"
>
<sySelect
ref=
"selectRef"
class=
"w-full selectFilingPerson"
popper-class=
"selectFilingPersonPopperClass"
v-model=
"formModel.filingPerson"
multiple
placeholder=
"请选择备案人"
...
...
@@ -453,7 +455,7 @@ const handleSubmit = () => {
const
filingPersonList
=
ref
<
iAuth
[]
>
([]);
onMounted
(()
=>
{
function
getFilingPerson
()
{
getAuths
(
""
,
[
...
...
@@ -470,6 +472,10 @@ onMounted(() => {
});
}
});
}
onMounted
(()
=>
{
getFilingPerson
();
});
</
script
>
...
...
@@ -495,4 +501,28 @@ onMounted(() => {
line-height
:
36px
;
}
}
.selectFilingPersonPopperClass
{
.el-select-dropdown__item
{
margin
:
0
9px
;
padding-left
:
13px
;
color
:
#191919
;
padding-right
:
13px
;
font-weight
:
400
;
}
.el-select-dropdown__item.hover
,
.el-select-dropdown__item
:hover
{
background-color
:
white
;
}
.el-select-dropdown.is-multiple
.el-select-dropdown__item.selected.hover
{
background-color
:
white
;
}
.el-select-dropdown.is-multiple
.el-select-dropdown__item.selected
,
.el-select-dropdown__item.selected.hover
{
background-color
:
var
(
--
el-fill-color-light
)
!
important
;
color
:
#191919
;
font-weight
:
400
;
margin
:
0
9px
;
border-radius
:
8px
;
}
}
</
style
>
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