feat: remove border from page toolbar in query report
This commit is contained in:
parent
2247e3a659
commit
fa79e3ccac
1 changed files with 3 additions and 0 deletions
|
|
@ -1441,6 +1441,9 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
|
|||
setup_report_wrapper() {
|
||||
if (this.$report) return;
|
||||
|
||||
// Remove border from
|
||||
$(".page-head-content").removeClass('border-bottom');
|
||||
|
||||
let page_form = this.page.main.find('.page-form');
|
||||
this.$status = $(`<div class="form-message text-muted small"></div>`)
|
||||
.hide().insertAfter(page_form);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue