Fixed: le reactions devono stare in una tabella a parte (reactions).
- cambiata la gestione dei seen, fav, book, attend
This commit is contained in:
48
src/components/CGridTableUser/CGridTableUser.scss
Executable file
48
src/components/CGridTableUser/CGridTableUser.scss
Executable file
@@ -0,0 +1,48 @@
|
||||
.colmodif {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.coldate {
|
||||
max-width: 250px;
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
.tdclass, .trclass{
|
||||
min-height: 20px !important;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.q-table td {
|
||||
padding-left: 1px;
|
||||
padding-right: 2px;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
&__title {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.q-table {
|
||||
&__col {
|
||||
font-size: 1rem;
|
||||
color: gray;
|
||||
}
|
||||
}
|
||||
|
||||
.newrec_fields{
|
||||
display: flex;
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.riduci_pad {
|
||||
min-height: 30px;
|
||||
padding: 4px 8px !important;
|
||||
}
|
||||
|
||||
|
||||
.q-table__top{
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
2360
src/components/CGridTableUser/CGridTableUser.ts
Executable file
2360
src/components/CGridTableUser/CGridTableUser.ts
Executable file
File diff suppressed because it is too large
Load Diff
1411
src/components/CGridTableUser/CGridTableUser.vue
Executable file
1411
src/components/CGridTableUser/CGridTableUser.vue
Executable file
File diff suppressed because it is too large
Load Diff
1
src/components/CGridTableUser/index.ts
Executable file
1
src/components/CGridTableUser/index.ts
Executable file
@@ -0,0 +1 @@
|
||||
export {default as CGridTableUser} from './CGridTableUser.vue'
|
||||
Reference in New Issue
Block a user