mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-10 00:11:22 +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 {
|
.ag-pinned-left-header .ag-header-cell:last-child .ag-header-cell-resize:after {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
.ag-theme-alpine {
|
||||||
|
--ag-font-family: "SN Inter", "Open Sans", Arial, Helvetica, sans-serif !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,7 @@
|
||||||
:gridOptions="gridOptions"
|
:gridOptions="gridOptions"
|
||||||
:suppressRowClickSelection="true"
|
:suppressRowClickSelection="true"
|
||||||
:getRowClass="getRowClass"
|
:getRowClass="getRowClass"
|
||||||
|
:enableCellTextSelection="true"
|
||||||
@grid-ready="onGridReady"
|
@grid-ready="onGridReady"
|
||||||
@first-data-rendered="onFirstDataRendered"
|
@first-data-rendered="onFirstDataRendered"
|
||||||
@sortChanged="setOrder"
|
@sortChanged="setOrder"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue