fix: adjust styles in ExtraCommunity.vue for better layout and readability
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
f5dd0834b4
commit
ff30ca898c
|
@ -183,7 +183,6 @@ const columns = computed(() => [
|
|||
align: 'left',
|
||||
showValue: false,
|
||||
sortable: true,
|
||||
style: 'min-width: 170px;',
|
||||
},
|
||||
{
|
||||
label: t('globals.packages'),
|
||||
|
@ -507,6 +506,7 @@ watch(route, () => {
|
|||
:props="props"
|
||||
@click="stopEventPropagation($event, col)"
|
||||
:style="col.style"
|
||||
style="padding-left: 5px"
|
||||
>
|
||||
<component
|
||||
:is="tableColumnComponents[col.name].component"
|
||||
|
@ -643,7 +643,11 @@ watch(route, () => {
|
|||
}
|
||||
|
||||
:deep(.q-table) {
|
||||
table-layout: auto;
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
tbody tr td {
|
||||
&:nth-child(1) {
|
||||
|
|
Loading…
Reference in New Issue