Skip to content

Commit

Permalink
style: ReferenceSearcher 497px
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Dec 11, 2023
1 parent 826eadd commit fe521c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/main/resources/web/assets/css/rb-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,10 @@ div.dataTables_filter .filter-badge:hover .close {
border-bottom: 1px solid #dee2e6;
}

.rbmodal.use-white .modal-body.iframe iframe {
min-height: 497px;
}

.rbview.modal {
z-index: 1051;
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/web/assets/js/metadata/field-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ const _handleReference = function (isN2N) {
} else {
const searchUrl = `${rb.baseUrl}/app/entity/reference-search?field=${wpc.fieldName}.${wpc.entityName}`
// eslint-disable-next-line react/jsx-no-undef
renderRbcomp(<ReferenceSearcher url={searchUrl} title={$L('选择默认值')} />, function () {
renderRbcomp(<ReferenceSearcher url={searchUrl} title={$L('选择默认值')} useWhite />, function () {
_ReferenceSearcher = this
})
}
Expand Down

0 comments on commit fe521c3

Please sign in to comment.