Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
6
608-pdm-web-5g
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
pdm
608-pdm-web-5g
Commits
d2e4e9e2
Commit
d2e4e9e2
authored
Jul 24, 2024
by
xioln
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
任务列表样式修改
parent
1078fd23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
todoListLazyCell.vue
src/views/todoList/components/todoListLazyCell.vue
+11
-9
No files found.
src/views/todoList/components/todoListLazyCell.vue
View file @
d2e4e9e2
...
@@ -18,6 +18,11 @@
...
@@ -18,6 +18,11 @@
:key=
"item.id"
:key=
"item.id"
@
click=
"goDetailsInfo(item)"
@
click=
"goDetailsInfo(item)"
>
>
<div
class=
"task-content"
>
<span
v-for=
"(attr, i) in item.showTitle"
:key=
"`attr_$
{i}`">
{{
attr
.
title
}}
</span>
</div>
<div
class=
"itemTitle"
>
<div
class=
"itemTitle"
>
{{
item
.
name
}}
{{
item
.
name
}}
<span
class=
"time"
>
<span
class=
"time"
>
...
@@ -25,11 +30,6 @@
...
@@ -25,11 +30,6 @@
<van-icon
name=
"arrow"
/>
<van-icon
name=
"arrow"
/>
</span>
</span>
</div>
</div>
<div
class=
"content"
>
<span
v-for=
"(attr, i) in item.showTitle"
:key=
"`attr_$
{i}`">
{{
attr
.
title
}}
</span>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -130,7 +130,6 @@ export default {
...
@@ -130,7 +130,6 @@ export default {
max-height
:
400px
;
max-height
:
400px
;
height
:
100%
;
height
:
100%
;
.taskItem
{
.taskItem
{
font-size
:
16px
;
color
:
#000000
;
color
:
#000000
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
border-bottom
:
1px
solid
#e1e1e1
;
border-bottom
:
1px
solid
#e1e1e1
;
...
@@ -140,6 +139,8 @@ export default {
...
@@ -140,6 +139,8 @@ export default {
text-align
:
left
;
text-align
:
left
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
color
:
#797979
;
font-size
:
14px
;
.van-image__img
{
.van-image__img
{
width
:
30px
;
width
:
30px
;
...
@@ -160,12 +161,12 @@ export default {
...
@@ -160,12 +161,12 @@ export default {
}
}
}
}
.content
{
.
task-
content
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
font-size
:
1
2
px
;
font-size
:
1
4
px
;
color
:
#
797979
;
color
:
#
000000
;
.title
{
.title
{
overflow
:
hidden
;
overflow
:
hidden
;
...
@@ -174,6 +175,7 @@ export default {
...
@@ -174,6 +175,7 @@ export default {
flex
:
2
;
flex
:
2
;
margin
:
5px
0
;
margin
:
5px
0
;
text-align
:
left
;
text-align
:
left
;
font-size
:
14px
;
}
}
}
}
}
}
...
...
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