diff --git a/cateditor/src/components/CatalogList.vue b/cateditor/src/components/CatalogList.vue index 28aa5fb..304356b 100644 --- a/cateditor/src/components/CatalogList.vue +++ b/cateditor/src/components/CatalogList.vue @@ -47,15 +47,6 @@ class="scroll-area" @click:row="selectCatalog" > - - @@ -102,15 +93,6 @@ class="scroll-area" @click:row="selectCatalog" > - - @@ -143,10 +125,6 @@ - - - - @@ -230,13 +208,6 @@ export default { search: '', interval: null, myHeaders: [ - { - text: '', - align: 'center', - value: 'master', - width: '1%', - class: 'pa-0', - }, { text: 'Season', value: 'seasonCode', @@ -262,13 +233,6 @@ export default { }, ], pubHeaders: [ - { - text: '', - align: 'center', - value: 'master', - width: '1%', - class: 'pa-0', - }, { text: 'Season', align: 'left', @@ -293,7 +257,7 @@ export default { { text: 'Updated', value: 'updated', - width: '20%', + width: '25%', class: 'px-2 py-0', }, {
Season masterstars
Season {{ selectedCatalog.seasonCode }}