Commit 0bad1d2e by Natthaphat

แก้สีพื้นหลังปุ่ม Print, PDF, Excel หน้า report 3

parent db1ce833
<app-page-header [title]="title" activeitem="รายงาน"></app-page-header>
<div class="flex justify-end pb-3">
<div class="px-1">
<div id="Grid_toolbarItems" class="e-control e-toolbar e-lib e-keyboard" role="toolbar" aria-disabled="false" aria-orientation="horizontal" style="height: auto; width: auto; border-radius: 0.50rem;" tabindex="-1">
<div class="e-toolbar-items" style="background-color: #f1f5f9;">
<div class="e-toolbar-item" title="Print">
<button class="e-tbar-btn e-tbtn-txt e-control e-btn e-lib" type="button" id="Grid_print" tabindex="0" data-tabindex="-1" aria-label="Print" aria-disabled="false" style="width: auto; background-color: #f1f5f9;">
<span class="e-btn-icon e-print e-icons e-icon-left bg-gray-100"></span>
<span class="e-tbar-btn-text bg-gray-100">Print</span>
</button>
</div>
<div class="e-toolbar-item" title="Excel Export">
<button class="e-tbar-btn e-tbtn-txt e-control e-btn e-lib" type="button" id="Grid_excelexport" tabindex="0" data-tabindex="-1" aria-label="Excel Export" aria-disabled="false" style="width: auto; background-color: #f1f5f9;">
<span class="e-btn-icon ri-file-excel-2-fill e-icons e-icon-left bg-gray-100"></span>
<span class="e-tbar-btn-text bg-gray-100">Excel Export</span>
</button>
</div>
<div class="e-toolbar-item" title="PDF Export">
<button class="e-tbar-btn e-tbtn-txt e-control e-btn e-lib" type="button" id="Grid_csvexport" tabindex="0" data-tabindex="-1" aria-label="CSV Export" aria-disabled="false" style="width: auto; background-color: #f1f5f9;">
<span class="e-btn-icon ri-file-pdf-fill e-icons e-icon-left bg-gray-100"></span>
<span class="e-tbar-btn-text bg-gray-100">PDF Export</span>
</button>
</div>
</div>
</div>
</div>
</div>
<section class="pp-wrap">
<table class="pp-table">
......
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