@@ -593,5 +593,7 @@ activityId
}
.rich-editor /deep/ .w-e-text-container {
min-height: 300px;
+ max-height: 500px;
+ overflow-y: auto;
</style>
@@ -577,6 +577,8 @@ onError: (file, err, res) => {
min-height: 400px;
+ max-height: 600px;
/* ========== 响应式表单 ========== */
@@ -1056,6 +1056,8 @@ async loadGiftRule(productId) {
.purchase-field-section {
display: flex;