-
-
-
- 西北风 315°
-
-
-
-
- 风矢 2级 10km/h
-
-
-
-
-
- 湿度 45%
-
-
-
-
-
- 体感 32°C
-
-
-
-
-
- 降水 0.0mm
-
-
-
-
-
-
-
- 气压 979hPa
-
-
-
-
-
- 能见 5km
-
-
-
-
-
- 云量 50%
-
-
-
-
-
- 日出 06:37
-
-
-
-
-
- 日落 19:01
-
-
+
+
+
示例信息
diff --git a/src/resources/vanilla_resource/templates/css/status.css b/src/resources/vanilla_resource/templates/css/status.css
index c7ed2cb0..0e8b6ad3 100644
--- a/src/resources/vanilla_resource/templates/css/status.css
+++ b/src/resources/vanilla_resource/templates/css/status.css
@@ -107,6 +107,10 @@
margin-bottom: 10px;
margin-left: 20px;
text-align: left;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ max-width: calc(100% - 40px);
z-index: 2;
}
@@ -123,5 +127,4 @@
font-style: italic;
color: var(--sub-text-color);
text-align: right;
-}
-
+}
\ No newline at end of file