diff --git a/public/template/component/newserverx.html b/public/template/component/newserverx.html index 76eec138..82062349 100644 --- a/public/template/component/newserverx.html +++ b/public/template/component/newserverx.html @@ -20,13 +20,17 @@ .PAGE_NewserverxLogV { margin: 20px 8px 2px 8px; color: #131212; - font-size: 20px; + text-align: center; line-height: 40px; overflow: hidden; font-weight: 800; } + .PAGE_NewserverxLogV p { + font-size: 20px; + } + .PAGE_NewserverNextWapper { padding: 12px 0px; margin-top: 24px; @@ -179,7 +183,8 @@
启动命令 - +
运行目录: {{serverCwd}}
@@ -314,5 +319,5 @@ }); }); - MI.rListener("onend", function () {}); - + MI.rListener("onend", function () { }); + \ No newline at end of file