Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
ai-astro
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
liubinyu
ai-astro
Commits
494eb1ea
Commit
494eb1ea
authored
May 08, 2025
by
liubinyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bg
parent
ae1af405
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
bg.png
public/img/bg.png
+0
-0
forecast.vue
src/views/forecast.vue
+2
-1
No files found.
public/img/bg.png
0 → 100644
View file @
494eb1ea
This diff is collapsed.
Click to expand it.
src/views/forecast.vue
View file @
494eb1ea
...
@@ -89,8 +89,9 @@ function getWordList(word) {
...
@@ -89,8 +89,9 @@ function getWordList(word) {
<
style
scoped
>
<
style
scoped
>
.
page
{
.
page
{
background
-
image
:
url
(
/img/
bg
/
1
.
png
);
background
-
image
:
url
(
/img/
bg
.
png
);
background
-
size
:
100
%
auto
;
background
-
size
:
100
%
auto
;
background
-
repeat
:
no
-
repeat
;
padding
-
top
:
calc
(
var
(
--
layout
-
header
-
height
)
+
5.5
vw
);
padding
-
top
:
calc
(
var
(
--
layout
-
header
-
height
)
+
5.5
vw
);
padding
-
bottom
:
5
vw
;
padding
-
bottom
:
5
vw
;
}
}
...
...
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