Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_2
Commits
19caeb1b
Commit
19caeb1b
authored
Sep 29, 2021
by
xhx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b997f974
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/components/PolicyCard/index.vue
+2
-2
index.vue
src/views/withMenu/Mine/index.vue
+1
-1
No files found.
src/components/PolicyCard/index.vue
View file @
19caeb1b
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
<div
@
click=
"$router.push(
{path: 'NewsDetail', query: { uuid: info.uuid, type: 'policy' }})">
<div
@
click=
"$router.push(
{path: 'NewsDetail', query: { uuid: info.uuid, type: 'policy' }})">
<p
class=
" text-base text-gray-800 font-semibold pt-5"
>
{{
info
.
title
}}
</p>
<p
class=
" text-base text-gray-800 font-semibold pt-5"
>
{{
info
.
title
}}
</p>
<!--
<p
class=
" text-xs text-gray-400 pt-5"
>
{{
info
.
desc
}}
</p>
-->
<!--
<p
class=
" text-xs text-gray-400 pt-5"
>
{{
info
.
desc
}}
</p>
-->
<div
class=
" text-sm text-gray-800 text-justify pt-
5
"
>
{{
info
.
desc
}}
</div>
<div
class=
" text-sm text-gray-800 text-justify pt-
1
"
>
{{
info
.
desc
}}
</div>
<p
class=
" text-xs text-gray-400 py-5"
>
发布时间:
{{
$format
(
info
.
created_at
,
'YYYY-MM-DD'
)
}}
作者:
{{
info
.
writer
}}
</p>
<p
class=
" text-xs text-gray-400 py-5
border-b border-red border-solid
"
>
发布时间:
{{
$format
(
info
.
created_at
,
'YYYY-MM-DD'
)
}}
作者:
{{
info
.
writer
}}
</p>
</div>
</div>
</
template
>
</
template
>
...
...
src/views/withMenu/Mine/index.vue
View file @
19caeb1b
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
</div>
</div>
</div>
</div>
<div
<div
class=
"flex h-8 bg-indigo-400 mr-0 mt-11 rounded-
l-x
l"
class=
"flex h-8 bg-indigo-400 mr-0 mt-11 rounded-
ful
l"
@
click=
"$router.push('setting')"
@
click=
"$router.push('setting')"
>
>
<span
class=
"text-sm leading-8 pr-2 pl-4 text-white"
>
个人中心
</span>
<span
class=
"text-sm leading-8 pr-2 pl-4 text-white"
>
个人中心
</span>
...
...
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