mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-12 16:14:58 +08:00
Fix favorite column size [SCI-11909]
This commit is contained in:
parent
d4028d750a
commit
8939cce877
3 changed files with 6 additions and 6 deletions
|
@ -153,8 +153,8 @@ export default {
|
|||
headerName: this.i18n.t('experiments.table.column.favorite'),
|
||||
sortable: true,
|
||||
cellRenderer: FavoriteRenderer,
|
||||
minWidth: 70,
|
||||
maxWidth: 70,
|
||||
minWidth: 80,
|
||||
maxWidth: 80,
|
||||
notSelectable: true
|
||||
},
|
||||
{
|
||||
|
|
|
@ -152,8 +152,8 @@ export default {
|
|||
headerName: this.i18n.t('experiments.table.column.favorite'),
|
||||
sortable: true,
|
||||
cellRenderer: FavoriteRenderer,
|
||||
minWidth: 70,
|
||||
maxWidth: 70,
|
||||
minWidth: 80,
|
||||
maxWidth: 80,
|
||||
notSelectable: true
|
||||
},
|
||||
{
|
||||
|
|
|
@ -169,8 +169,8 @@ export default {
|
|||
headerName: this.i18n.t('projects.index.favorite'),
|
||||
sortable: true,
|
||||
cellRenderer: FavoriteRenderer,
|
||||
minWidth: 70,
|
||||
maxWidth: 70,
|
||||
minWidth: 80,
|
||||
maxWidth: 80,
|
||||
notSelectable: true
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue