diff --git a/logs/JIAL-ss.log b/logs/JIAL-ss.log index ac37e19..1dfa8cd 100644 --- a/logs/JIAL-ss.log +++ b/logs/JIAL-ss.log @@ -8600,3 +8600,15 @@ Unconditional classes: 2024-02-17 09:54:31.479 INFO 14788 --- [http-nio-3333-exec-9] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/js/index.js不需要处理 2024-02-17 09:54:31.820 INFO 14788 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/image/JNlogo.png 2024-02-17 09:54:31.820 INFO 14788 --- [http-nio-3333-exec-10] com.JN.filter.LoginCheckFilter : 本次请求/static/image/JNlogo.png不需要处理 +2024-02-17 12:34:43.465 INFO 11004 --- [main] com.JN.JNApplication : Starting JNApplication using Java 1.8.0_171 on DESKTOP-OG1MRMC with PID 11004 (D:\JavaProject\JNDemo\target\classes started by Administrator in D:\JavaProject\JNDemo) +2024-02-17 12:34:43.468 INFO 11004 --- [main] com.JN.JNApplication : The following profiles are active: ss +2024-02-17 12:34:45.638 WARN 11004 --- [Druid-ConnectionPool-Create-1078031260] c.m.s.jdbc.internals.TDS.Channel : TLSv1 was negotiated. Please update server and client to use TLSv1.2 at minimum. +2024-02-17 12:34:47.406 INFO 11004 --- [main] com.JN.config.WebMvcConfig : 扩展消息转换器... +2024-02-17 12:34:47.414 INFO 11004 --- [main] com.JN.config.WebMvcConfig : 开始进行静态资源映射... +2024-02-17 12:34:47.555 WARN 11004 --- [main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning +2024-02-17 12:34:47.787 INFO 11004 --- [main] com.JN.JNApplication : Started JNApplication in 4.823 seconds (JVM running for 5.746) +2024-02-17 12:34:47.794 INFO 11004 --- [main] com.JN.JNApplication : 项目启动成功... +2024-02-17 12:35:28.384 INFO 11004 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 拦截到请求:/ZM +2024-02-17 12:35:28.385 INFO 11004 --- [http-nio-3333-exec-1] com.JN.filter.LoginCheckFilter : 本次请求/ZM不需要处理 +2024-02-17 12:35:28.610 INFO 11004 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 拦截到请求:/static/zmquotation/css/index.css +2024-02-17 12:35:28.611 INFO 11004 --- [http-nio-3333-exec-2] com.JN.filter.LoginCheckFilter : 本次请求/static/zmquotation/css/index.css不需要处理 diff --git a/src/main/resources/static/zmquotation/css/index.css b/src/main/resources/static/zmquotation/css/index.css index 4837f5c..afb516a 100644 --- a/src/main/resources/static/zmquotation/css/index.css +++ b/src/main/resources/static/zmquotation/css/index.css @@ -1,22 +1,18 @@ .container { - display: flex; - width: 100%; /* 设置页面宽度为视口宽度的100% */ } .center-container { text-align: center; margin: auto; - width: 95%; padding: 10px; + min-width: 1100px; } .el-input { } - - .el-input__inner { height: 30px; /*font-family: Roboto, serif;*/ @@ -41,6 +37,7 @@ .el-form-item__label { + min-width: 100px; text-align: justify; font-size: 12px; } diff --git a/src/main/resources/templates/zmquotation/index.html b/src/main/resources/templates/zmquotation/index.html index bbb61fd..d46c5f1 100644 --- a/src/main/resources/templates/zmquotation/index.html +++ b/src/main/resources/templates/zmquotation/index.html @@ -16,7 +16,7 @@