Browse Source

小调整

xiaoqiao 1 year ago
parent
commit
a6bed527e6
2 changed files with 1 additions and 4 deletions
  1. 0 2
      src/main/resources/application.yml
  2. 1 2
      vue/src/views/query/index.vue

+ 0 - 2
src/main/resources/application.yml

@@ -21,14 +21,12 @@ spring:
       username: root
       password: bowin123
       url: jdbc:mysql://office.bowintek.com:3306/smartSearchDB?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
-      # driver-class需要注意mysql驱动的版本(com.mysql.cj.jdbc.Driver 或 com.mysql.jdbc.Driver)
       driver-class-name: com.mysql.jdbc.Driver
     postgre:
       # 数据源基本配置
       username: postgres
       password: bowin123
       url: jdbc:postgresql://office.bowintek.com:5432/postgres
-      # driver-class需要注意mysql驱动的版本(com.mysql.cj.jdbc.Driver 或 com.mysql.jdbc.Driver)
       driver-class-name: org.postgresql.Driver
     druid:
       #监控统计拦截的filters

+ 1 - 2
vue/src/views/query/index.vue

@@ -439,7 +439,6 @@ export default defineComponent({
 
 .query-index-close {
   width: 15px;
-  display: flex;
   padding-top: 10px;
   padding-left: 10px;
 }
@@ -448,7 +447,7 @@ export default defineComponent({
   flex-grow: 1;
   display: flex;
   flex-direction: column;
-  width: 100%;
+  width: 80%;
 }
 
 .query-index-form {