记得上下班打卡 | git大法好,push需谨慎

Commit 759451f8 authored by Administrator's avatar Administrator 🎨

Merge branch 'pre' into 'master'

Pre

See merge request !135
parents b244d600 48d33142
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
</div> </div>
<hr> <hr>
<div class="scoreTable"> <div class="couponTable">
<div class="row"> <div class="row">
<div class="col-sm-12"> <div class="col-sm-12">
<div class="col-sm-12 select-table table-striped"> <div class="col-sm-12 select-table table-striped">
...@@ -960,10 +960,10 @@ ...@@ -960,10 +960,10 @@
.selectScore span { .selectScore span {
color: #ccc; color: #ccc;
} }
.scoreTable { .couponTable {
margin-bottom: 12px; margin-bottom: 12px;
overflow-y: scroll; overflow-y: scroll;
max-height: 600px; max-height: 270px;
} }
.details-form-list { .details-form-list {
position: fixed; position: fixed;
...@@ -978,7 +978,7 @@ ...@@ -978,7 +978,7 @@
} }
.details-pop-inner { .details-pop-inner {
width: 800px; width: 800px;
height: 820px; height: 490px;
padding: 10px; padding: 10px;
background: #fff; background: #fff;
} }
......
...@@ -65,8 +65,8 @@ spring: ...@@ -65,8 +65,8 @@ spring:
name: ${liquidnet.info.name} name: ${liquidnet.info.name}
servlet: servlet:
multipart: multipart:
max-file-size: 50MB max-file-size: 200MB
max-request-size: 100MB max-request-size: 200MB
profiles: profiles:
include: common-service #这里加载management相关公共配置 include: common-service #这里加载management相关公共配置
rabbitmq: rabbitmq:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment