Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend
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
Schedules
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
h5-communicate
frontend
Commits
2df7398a
Commit
2df7398a
authored
Jun 12, 2020
by
熊成伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
b99a8ef2
Pipeline
#15304
passed with stages
in 2 minutes and 4 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
.gitignore
.gitignore
+1
-0
index.jsx
src/components/LogCard/index.jsx
+5
-5
No files found.
.gitignore
View file @
2df7398a
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
/build
/build
/dist
/dist
/.vscode
/.vscode
/.idea
# misc
# misc
.DS_Store
.DS_Store
...
...
src/components/LogCard/index.jsx
View file @
2df7398a
...
@@ -9,11 +9,11 @@ const Index = (props) => {
...
@@ -9,11 +9,11 @@ const Index = (props) => {
<
div
className=
"todo-title pos-aline"
>
<
div
className=
"todo-title pos-aline"
>
<
div
className=
"pos-aline"
>
<
div
className=
"pos-aline"
>
<
div
className=
"todo-tag pos-aline"
>
<
div
className=
"todo-tag pos-aline"
>
<
img
{
/*<img*/
}
alt=
""
{
/*alt=""*/
}
className=
"todo-tag-png"
{
/*className="todo-tag-png"*/
}
src=
"https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1591252471425&di=85236ae603ca74553adaca6e8c161a39&imgtype=0&src=http%3A%2F%2Fhbimg.b0.upaiyun.com%2Fb912bf96dc19b3b23530ae2259b60eb6cf70083f6680b-H9l0ri_fw658"
{
/*src="https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1591252471425&di=85236ae603ca74553adaca6e8c161a39&imgtype=0&src=http%3A%2F%2Fhbimg.b0.upaiyun.com%2Fb912bf96dc19b3b23530ae2259b60eb6cf70083f6680b-H9l0ri_fw658"*/
}
/>
{
/*/>*/
}
{
data
.
TYPE
}
{
data
.
TYPE
}
</
div
>
</
div
>
<
p
>
{
data
.
TITLE
}
</
p
>
<
p
>
{
data
.
TITLE
}
</
p
>
...
...
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