From eaef31594f6d5ebe603326d8bbc1651ccd519921 Mon Sep 17 00:00:00 2001 From: zogodo <742782908@qq.com> Date: Sun, 8 Mar 2020 16:07:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=9F=E6=9C=9F=E5=BE=AA=E7=8E=AF=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E4=BB=BB=E5=8A=A1=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TC1/http_server/web/index.html | 23 +++++++++++++++++++++-- TC1/http_server/web/styles.css | 3 +++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/TC1/http_server/web/index.html b/TC1/http_server/web/index.html index 2abcce9..ca97c5d 100644 --- a/TC1/http_server/web/index.html +++ b/TC1/http_server/web/index.html @@ -261,11 +261,30 @@
+
+ + + + +
    +
  • No Loop
  • +
  • Monday
  • +
  • Tuesday
  • +
  • Wednesday
  • +
  • Thursday
  • +
  • Friday
  • +
  • Saturday
  • +
  • Sunday
  • +
+
- + + +
+
+
-
diff --git a/TC1/http_server/web/styles.css b/TC1/http_server/web/styles.css index 69c6cb5..49f1324 100644 --- a/TC1/http_server/web/styles.css +++ b/TC1/http_server/web/styles.css @@ -233,6 +233,9 @@ table { .mdl-data-table td, .mdl-data-table th { text-align: center; } +.page3 .mdl-textfield { + max-width: 46%; +} .sys-log { width: 100%; height: 400px;