Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
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
吴迪
gs1
Commits
d32de4e8
Commit
d32de4e8
authored
Jan 17, 2022
by
林家欣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改首页质检中心/协会/杂志社/标准委/其他列表样式
parent
77c2ec0b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
other-list.vue
src/views/Home/comps/other-list.vue
+8
-8
No files found.
src/views/Home/comps/other-list.vue
View file @
d32de4e8
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
<div
class=
"list"
>
<div
class=
"list"
>
<div
v-for=
"(tmp, i) in list"
:key=
"i"
class=
"row"
>
<div
v-for=
"(tmp, i) in list"
:key=
"i"
class=
"row"
>
<div
class=
"col li"
>
<div
class=
"col li"
>
<span></span>
<span
class=
"ico"
></span>
<div
class=
"li-right"
>
<span
:title=
"tmp.name"
@
click=
"handelUrl(tmp)"
>
{{
tmp
.
name
}}
</span>
<span
:title=
"tmp.name"
@
click=
"handelUrl(tmp)"
>
{{
tmp
.
name
}}
</span>
<span
:title=
"tmp.subName"
@
click=
"handelSubUrl(tmp)"
<span
:title=
"tmp.subName"
@
click=
"handelSubUrl(tmp)"
><a>
{{
tmp
.
subName
}}
</a></span
><a>
{{
tmp
.
subName
}}
</a></span
...
@@ -10,6 +11,7 @@
...
@@ -10,6 +11,7 @@
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
...
@@ -61,23 +63,22 @@ export default {
...
@@ -61,23 +63,22 @@ export default {
font-size
:
14px
;
font-size
:
14px
;
color
:
#7e8ea9
;
color
:
#7e8ea9
;
@include
ellipsis;
@include
ellipsis;
span
{
.ico
{
display
:
inline-block
;
&:nth-child(1)
{
width
:
4px
;
width
:
4px
;
height
:
4px
;
height
:
4px
;
background
:
#f26335
;
background
:
#f26335
;
border-radius
:
50%
;
border-radius
:
50%
;
margin-right
:
10px
;
margin-right
:
10px
;
}
}
&
:nth-child
(
3
)
{
.li-right
{
@include
ellipsis;
flex
:
1
;
}
a
{
a
{
text-decoration
:
underline
;
text-decoration
:
underline
;
color
:
#ff7f24
;
color
:
#ff7f24
;
}
}
}
}
}
}
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
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