Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f058c2c6
authored
2022-11-17 10:12:38 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务办理
1 parent
70a67fce
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/views/home/index.vue
src/views/ywbl/ywsq/ywsq.scss
src/views/home/index.vue
View file @
f058c2c
...
...
@@ -168,7 +168,7 @@ export default {
queryTodoList
()
{
getHomeTodoList
().
then
(
res
=>
{
if
(
res
.
result
)
{
this
.
todoList
=
res
.
result
.
slice
(
0
,
4
)
this
.
todoList
=
res
.
result
.
slice
(
0
,
5
)
}
})
},
...
...
@@ -188,7 +188,7 @@ export default {
this
.
noticeList
.
forEach
(
item
=>
{
item
.
createtime
=
this
.
_timedate
(
item
.
createtime
)
})
this
.
policyList
=
res
.
result
.
policyList
this
.
policyList
=
res
.
result
.
policyList
.
slice
(
0
,
5
)
}
})
},
...
...
src/views/ywbl/ywsq/ywsq.scss
View file @
f058c2c
...
...
@@ -202,7 +202,7 @@
p
:nth-child
(
1
)
{
flex
:
1
;
width
:
100%
;
padding
:
3
px
;
padding
:
1
px
;
padding-left
:
30px
;
display
:
flex
;
// align-items: center;
...
...
Please
register
or
sign in
to post a comment