天气显示不全

This commit is contained in:
kkaiyun 2023-02-09 22:06:20 +08:00
parent 3e97448fd9
commit f6651b8efe
2 changed files with 16 additions and 16 deletions

View File

@ -1,11 +1,11 @@
<!--
* 首页 用户头部信息
*
* @Author: 1024创新实验室-主任卓大
* @Date: 2022-09-12 22:34:00
* @Wechat: zhuda1024
* @Email: lab1024@163.com
* @Copyright 1024创新实验室 https://1024lab.net Since 2012
*
* @Author: 1024创新实验室-主任卓大
* @Date: 2022-09-12 22:34:00
* @Wechat: zhuda1024
* @Email: lab1024@163.com
* @Copyright 1024创新实验室 https://1024lab.net Since 2012
*
-->
<template>
@ -136,7 +136,7 @@
margin-bottom: 10px;
.heart-sentence {
width: calc(100% - 500px);
width: calc(100% - 660px);
h3 {
color: rgba(0, 0, 0, 0.75);
}
@ -146,7 +146,7 @@
display: flex;
justify-content: space-between;
.weather {
width: 440px;
width: 650px;
}
}

View File

@ -1,11 +1,11 @@
<!--
* 首页 用户头部信息
*
* @Author: 1024创新实验室-主任卓大
* @Date: 2022-09-12 22:34:00
* @Wechat: zhuda1024
* @Email: lab1024@163.com
* @Copyright 1024创新实验室 https://1024lab.net Since 2012
*
* @Author: 1024创新实验室-主任卓大
* @Date: 2022-09-12 22:34:00
* @Wechat: zhuda1024
* @Email: lab1024@163.com
* @Copyright 1024创新实验室 https://1024lab.net Since 2012
*
-->
<template>
@ -136,7 +136,7 @@
margin-bottom: 10px;
.heart-sentence {
width: calc(100% - 500px);
width: calc(100% -660px);
h3 {
color: rgba(0, 0, 0, 0.75);
}
@ -146,7 +146,7 @@
display: flex;
justify-content: space-between;
.weather {
width: 440px;
width: 650px;
}
}