mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-09 16:01:30 +08:00
Change table fonts and allow copy text [SCI-10443]
This commit is contained in:
parent
773fcbef5e
commit
9ec4c96dd1
2 changed files with 4 additions and 0 deletions
|
|
@ -61,3 +61,6 @@ html {
|
|||
.ag-pinned-left-header .ag-header-cell:last-child .ag-header-cell-resize:after {
|
||||
opacity: 0;
|
||||
}
|
||||
.ag-theme-alpine {
|
||||
--ag-font-family: "SN Inter", "Open Sans", Arial, Helvetica, sans-serif !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@
|
|||
:gridOptions="gridOptions"
|
||||
:suppressRowClickSelection="true"
|
||||
:getRowClass="getRowClass"
|
||||
:enableCellTextSelection="true"
|
||||
@grid-ready="onGridReady"
|
||||
@first-data-rendered="onFirstDataRendered"
|
||||
@sortChanged="setOrder"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue