diff --git a/resources/template/check/main.css b/resources/template/check/main.css index 2a0e207f..97ee0c66 100644 --- a/resources/template/check/main.css +++ b/resources/template/check/main.css @@ -161,12 +161,15 @@ body { .status-text { font-family: 'fzrzFont'; color: #EC859F; - height: 90px; - display: flex; + height: 185px; } .status-text-title { - height: 25%; + /* height: 25%; */ + display: flex; + /* justify-content: center; */ + align-items: center; + font-size: 14px; } .tip { diff --git a/resources/template/check/main.html b/resources/template/check/main.html index 7216e4bc..00fffb85 100644 --- a/resources/template/check/main.html +++ b/resources/template/check/main.html @@ -68,18 +68,10 @@
CPU
-SYSTEM
-VERSION
-PLUGINS
-{{data.brand_raw}}
-{{data.system}}
-{{data.version}}
-{{data.plugin_count}} loaded
-CPU {{data.brand_raw}}
+SYSTEM {{data.system}}
+VERSION {{data.version}}
+PLUGINS {{data.plugin_count}} loaded