Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
海康威视
web-project
Commits
b437241a
Commit
b437241a
authored
Jul 16, 2024
by
qjeslks
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitee.com/tj-wang-yahui/AMS_HeatSys_Vue_V10
parents
93a6e9db
3c3f9464
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
time.png
public/imgs/home/time.png
+0
-0
index.less
src/style/index.less
+6
-3
home.vue
src/views/home.vue
+4
-4
No files found.
public/imgs/home/time.png
View replaced file @
93a6e9db
View file @
b437241a
7.96 KB
|
W:
|
H:
3.58 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/style/index.less
View file @
b437241a
...
@@ -185,17 +185,20 @@ html {
...
@@ -185,17 +185,20 @@ html {
/* 气象信息文本--小文本 */
/* 气象信息文本--小文本 */
.div-contain-text-small {
.div-contain-text-small {
font-size: 8pt;
font-size: 14px;
width: 100px;
// text-align:center;
// text-align:center;
vertical-align: top;
vertical-align: top;
width: 100px;
//width: 100px;
}
}
/* 气象信息文本--大文本 */
/* 气象信息文本--大文本 */
.div-contain-text-big {
.div-contain-text-big {
font-size: 14px;
font-size: 20px;
font-weight: bold;
}
}
.ams-header .user {
.ams-header .user {
...
...
src/views/home.vue
View file @
b437241a
...
@@ -35,15 +35,15 @@
...
@@ -35,15 +35,15 @@
</el-dropdown>
</el-dropdown>
</div>
</div>
<div
class=
"header-weather"
id=
""
>
<div
class=
"header-weather"
id=
""
>
<el-row
style=
"left: 3
7%;widows: 60px;width: 63
%;"
>
<el-row
style=
"left: 3
5%;widows: 60px;width: 65
%;"
>
<el-col
:span=
"4"
style=
""
>
<el-col
:span=
"4"
style=
""
>
<div
class=
"div-contain-titleAndText"
>
<div
class=
"div-contain-titleAndText"
>
<el-image
style=
"padding-top:20px ;width: 30px;height: 30px;margin-right: 3px;"
src=
"/imgs/home/wendu.png"
<el-image
style=
"padding-top:20px ;width: 30px;height: 30px;margin-right: 3px;"
src=
"/imgs/home/wendu.png"
:fit=
"'fill'"
/>
:fit=
"'fill'"
/>
<div>
<div>
<div
class=
"div-contain-title"
>
温度 ℃
</div>
<div
class=
"div-contain-title"
>
室外温度
</div>
<div
class=
"div-contain-text-big"
>
{{ showWeatherData.weatherData.temperature }}
<div
class=
"div-contain-text-big"
>
{{ showWeatherData.weatherData.temperature
+'℃'
}}
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
<el-image
style=
"padding-top:20px ;width: 30px;height: 30px;margin-right: 3px;"
src=
"/imgs/home/time.png"
<el-image
style=
"padding-top:20px ;width: 30px;height: 30px;margin-right: 3px;"
src=
"/imgs/home/time.png"
:fit=
"'scale-down'"
/>
:fit=
"'scale-down'"
/>
<div>
<div>
<div
class=
"div-contain-title"
style=
"
width: 100px;
"
>
气象时间
</div>
<div
class=
"div-contain-title"
style=
""
>
气象时间
</div>
<div
class=
"div-contain-text-small"
style=
"line-height: 15px;"
>
{{
<div
class=
"div-contain-text-small"
style=
"line-height: 15px;"
>
{{
showWeatherData.weatherData.gatherTime
showWeatherData.weatherData.gatherTime
}}
</div>
}}
</div>
...
...
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