refactor: refs #8684 update table styling and enhance EntryFilter component structure
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
21c7b2088b
commit
1b660a15de
|
@ -1267,12 +1267,6 @@ es:
|
||||||
table tbody th {
|
table tbody th {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
th {
|
|
||||||
border-bottom: 2px solid var(--vn-page-color) !important;
|
|
||||||
}
|
|
||||||
td {
|
|
||||||
border-color: var(--vn-page-color);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.last-row-sticky {
|
.last-row-sticky {
|
||||||
|
|
|
@ -292,6 +292,18 @@ input::-webkit-inner-spin-button {
|
||||||
.expand {
|
.expand {
|
||||||
max-width: 400px;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
th {
|
||||||
|
border-bottom: 1px solid var(--vn-page-color) !important;
|
||||||
|
}
|
||||||
|
td {
|
||||||
|
border-color: var(--vn-page-color);
|
||||||
|
}
|
||||||
|
div.q-field__append.q-field__marginal {
|
||||||
|
color: red !important;
|
||||||
|
}
|
||||||
|
.q-field__control:before {
|
||||||
|
border-color: #545353 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.edit-photo-btn {
|
.edit-photo-btn {
|
||||||
|
|
|
@ -52,5 +52,22 @@ export default {
|
||||||
fields: ['code', 'description'],
|
fields: ['code', 'description'],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
relation: 'dms',
|
||||||
|
scope: {
|
||||||
|
fields: [
|
||||||
|
'dmsTypeFk',
|
||||||
|
'reference',
|
||||||
|
'hardCopyNumber',
|
||||||
|
'workerFk',
|
||||||
|
'description',
|
||||||
|
'hasFile',
|
||||||
|
'file',
|
||||||
|
'created',
|
||||||
|
'companyFk',
|
||||||
|
'warehouseFk',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue