mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 00:49:07 +08:00
Merge pull request #7288 from wandji20/wb-SCI-10443
Change table fonts and allow copy text [SCI-10443]
This commit is contained in:
commit
40ea8e19a6
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…
Reference in a new issue