Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
liang
agcs2.0-web
Commits
4554d034
Commit
4554d034
authored
Jul 07, 2023
by
miaojiale
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复问题以及需求
parent
d9e70ebc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
index.vue
src/components/FormComponents/index.vue
+1
-0
index.vue
src/views/dataAnalysis/index.vue
+2
-1
No files found.
src/components/FormComponents/index.vue
View file @
4554d034
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
clearable=
""
clearable=
""
:placeholder=
"item.placeholder"
:placeholder=
"item.placeholder"
@
focus=
"item.focusFunc ? item.focusFunc($event) :
{}"
@
focus=
"item.focusFunc ? item.focusFunc($event) :
{}"
@clear="handleSearch"
@change="item.func ? item.func($event) : {}"
@change="item.func ? item.func($event) : {}"
>
>
<span
v-if=
"item.unit"
:slot=
"item.slot ? item.slot : 'append'"
>
<span
v-if=
"item.unit"
:slot=
"item.slot ? item.slot : 'append'"
>
...
...
src/views/dataAnalysis/index.vue
View file @
4554d034
...
@@ -22,6 +22,7 @@
...
@@ -22,6 +22,7 @@
v-model=
"curSelect"
v-model=
"curSelect"
placeholder=
"请选择"
placeholder=
"请选择"
class=
"my-el-select"
class=
"my-el-select"
popper-class=
"my-poper"
@
change=
"changeSelect"
@
change=
"changeSelect"
>
>
<el-option
<el-option
...
@@ -532,7 +533,7 @@ export default {
...
@@ -532,7 +533,7 @@ export default {
</
style
>
</
style
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
// ::v-deep {
// ::v-deep {
.el-select-dropdown
{
.el-select-dropdown
.my-poper
{
background
:
#19283f
!
important
;
background
:
#19283f
!
important
;
border
:
1px
solid
rgba
(
168
,
201
,
255
,
0
.5
);
border
:
1px
solid
rgba
(
168
,
201
,
255
,
0
.5
);
.el-select-dropdown__item
{
.el-select-dropdown__item
{
...
...
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