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
d1ed54ad
Commit
d1ed54ad
authored
Aug 24, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
564e9bff
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
16 deletions
+32
-16
index.js
dsk-operate-ui/src/router/index.js
+1
-1
CustomMoneySelect.vue
dsk-operate-ui/src/views/component/CustomMoneySelect.vue
+1
-1
index.vue
dsk-operate-ui/src/views/custom/overview/index.vue
+14
-10
index.vue
dsk-operate-ui/src/views/index.vue
+16
-4
No files found.
dsk-operate-ui/src/router/index.js
View file @
d1ed54ad
...
@@ -70,7 +70,7 @@ export const constantRoutes = [
...
@@ -70,7 +70,7 @@ export const constantRoutes = [
path
:
'index'
,
path
:
'index'
,
component
:
()
=>
import
(
'@/views/index'
),
component
:
()
=>
import
(
'@/views/index'
),
name
:
'Index'
,
name
:
'Index'
,
meta
:
{
title
:
'首页'
,
icon
:
'index'
,
noCache
:
fals
e
}
meta
:
{
title
:
'首页'
,
icon
:
'index'
,
noCache
:
tru
e
}
}
}
]
]
},
},
...
...
dsk-operate-ui/src/views/component/CustomMoneySelect.vue
View file @
d1ed54ad
...
@@ -278,7 +278,7 @@ export default {
...
@@ -278,7 +278,7 @@ export default {
.options-block
{
.options-block
{
position
:
absolute
;
position
:
absolute
;
margin-top
:
12
px
;
margin-top
:
3
px
;
min-width
:
120px
;
min-width
:
120px
;
font-size
:
14px
;
font-size
:
14px
;
color
:
#666666
;
color
:
#666666
;
...
...
dsk-operate-ui/src/views/custom/overview/index.vue
View file @
d1ed54ad
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<el-col
:span=
"6"
>
<el-col
:span=
"6"
>
<div
class=
"search"
>
<div
class=
"search"
>
<div
class=
"head_title"
>
快速查找
</div>
<div
class=
"head_title"
>
快速查找
</div>
<el-input
placeholder=
"输入企业名称查询"
v-model=
"key"
id=
"focus"
>
<el-input
placeholder=
"输入企业名称查询"
v-model=
"key"
>
<i
slot=
"prefix"
class=
"el-icon-search"
></i>
<i
slot=
"prefix"
class=
"el-icon-search"
></i>
<el-button
slot=
"append"
@
click=
"handleSearch"
>
搜索
</el-button>
<el-button
slot=
"append"
@
click=
"handleSearch"
>
搜索
</el-button>
</el-input>
</el-input>
...
@@ -541,9 +541,6 @@
...
@@ -541,9 +541,6 @@
handleAdd
(){
handleAdd
(){
this
.
data
.
open
=
true
this
.
data
.
open
=
true
},
},
clickFocus
(){
document
.
getElementById
(
'focus'
).
classList
.
toggle
(
'span-ba'
)
}
}
}
}
}
</
script
>
</
script
>
...
@@ -654,14 +651,21 @@
...
@@ -654,14 +651,21 @@
.el-input__inner
:focus
{
.el-input__inner
:focus
{
border-color
:
#3181fa
;
border-color
:
#3181fa
;
}
}
&
.span-ba
{
.el-input__inner
:focus
~
.el-input-group__append
{
border
:
1px
solid
#0081FF
;
border
:
1px
solid
#0081FF
;
span
{
color
:
#ffffff
;
color
:
#ffffff
;
background
:
#0081FF
;
background
:
#0081FF
;
border
:
1px
solid
#0081FF
;
/*.el-button{*/
}
/*border: 1px solid #0081FF;*/
/*span{*/
/*color: #ffffff;*/
/*background: #0081FF;*/
/*border: 1px solid #0081FF;*/
/*}*/
/*}*/
}
}
}
}
...
...
dsk-operate-ui/src/views/index.vue
View file @
d1ed54ad
...
@@ -912,7 +912,12 @@ export default {
...
@@ -912,7 +912,12 @@ export default {
}
}
},
},
itemStyle
:
{
itemStyle
:
{
color
:
'#14C9C9'
normal
:{
color
:
'#67B3FD'
,
lineStyle
:
{
width
:
3
},
}
},
},
data
:
data
.
map
(
item
=>
item
.
money
),
data
:
data
.
map
(
item
=>
item
.
money
),
},
},
...
@@ -933,7 +938,8 @@ export default {
...
@@ -933,7 +938,8 @@ export default {
},
{
},
{
offset
:
1
,
offset
:
1
,
color
:
'#1B8EFF'
color
:
'#1B8EFF'
}])
}]),
barBorderRadius
:[
20
,
20
,
0
,
0
]
}
}
},
},
data
:
data
.
map
(
item
=>
item
.
count
),
data
:
data
.
map
(
item
=>
item
.
count
),
...
@@ -1226,7 +1232,12 @@ export default {
...
@@ -1226,7 +1232,12 @@ export default {
}
}
},
},
itemStyle
:
{
itemStyle
:
{
color
:
'#14C9C9'
normal
:{
color
:
'#67B3FD'
,
lineStyle
:
{
width
:
3
},
}
},
},
data
:
data
.
map
(
item
=>
item
.
money
),
data
:
data
.
map
(
item
=>
item
.
money
),
},
},
...
@@ -1247,7 +1258,8 @@ export default {
...
@@ -1247,7 +1258,8 @@ export default {
},
{
},
{
offset
:
1
,
offset
:
1
,
color
:
'#1B8EFF'
color
:
'#1B8EFF'
}])
}]),
barBorderRadius
:[
20
,
20
,
0
,
0
]
}
}
},
},
data
:
data
.
map
(
item
=>
item
.
count
),
data
:
data
.
map
(
item
=>
item
.
count
),
...
...
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