Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
H
h5-baby
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
malin
h5-baby
Commits
4012e749
Commit
4012e749
authored
Apr 02, 2021
by
malin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
aa92144e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
font-size.css
src/assets/css/font-size.css
+4
-0
index.css
src/views/Result/index.css
+1
-1
index.vue
src/views/Result/index.vue
+2
-1
No files found.
src/assets/css/font-size.css
View file @
4012e749
...
...
@@ -46,6 +46,10 @@
font-size
:
0.6rem
;
}
.fs-64
{
font-size
:
0.6rem
;
}
.fs-100
{
font-size
:
1rem
;
}
...
...
src/views/Result/index.css
View file @
4012e749
...
...
@@ -99,7 +99,7 @@
}
.name-list
>
div
:nth-child
(
2n-1
)
{
border-right
:
1px
dashed
#
FFA3C
F
;
border-right
:
1px
dashed
#
7EBBF
F
;
}
.img5
{
...
...
src/views/Result/index.vue
View file @
4012e749
...
...
@@ -51,7 +51,7 @@
<div
class=
"recommend row-center-start"
>
<div
class=
"title fs-36 fc-f"
>
推荐好名
</div>
<div
class=
"name"
>
<div
class=
"name
fc-3 fs-64 ff-pp fw-5
"
>
<div
class=
"row-between-center"
style=
"margin-bottom: 0.6rem"
>
<template
v-for=
"(item, i) in imgInfo"
>
<img
...
...
@@ -218,6 +218,7 @@ export default {
// 但双字切换
convertImg
(
item
)
{
console
.
log
(
item
);
this
.
page
=
1
;
this
.
words
=
item
.
words
;
this
.
imgInfo
.
map
((
option
)
=>
{
...
...
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