From 9251a2de4b54940b7e0ab9e7913bf5e93865f026 Mon Sep 17 00:00:00 2001 From: lsy <1577300295@qq.com> Date: Tue, 15 Oct 2024 22:45:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/book.html | 56 ++++++++++++++----------- src/main/resources/templates/fail.html | 4 +- src/main/resources/templates/login.html | 19 +++++---- 3 files changed, 44 insertions(+), 35 deletions(-) diff --git a/src/main/resources/templates/book.html b/src/main/resources/templates/book.html index 38fd46d..5365a1d 100644 --- a/src/main/resources/templates/book.html +++ b/src/main/resources/templates/book.html @@ -5,29 +5,37 @@ 书籍管理系统 -
欢迎进入书籍管理系统
- - - - - - - - - - - - - - - - - - - - -
id书名作者ISBN号出版社出版日期操作
删除修改
-
- +
+

欢迎进入书籍管理系统

+ + + + + + + + + + + + + + + + + + + + +
id书名作者ISBN号出版社出版日期操作
删除修改
+
+ + + +
+
+ + +
\ No newline at end of file diff --git a/src/main/resources/templates/fail.html b/src/main/resources/templates/fail.html index 04ec4e5..df6a8a6 100644 --- a/src/main/resources/templates/fail.html +++ b/src/main/resources/templates/fail.html @@ -2,9 +2,9 @@ - 登录失败 + Fail -
用户名或密码错误,请返回重新登录
+

非法操作,请重试

\ No newline at end of file diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index 64a8936..e0ba3d5 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -5,14 +5,15 @@ 登录 -
登录页面
-
-
-

- -
-
- - +
+
登录页面
+
+
+

+ +
+
+ +
\ No newline at end of file