feat(VnTable): improve css columns #548

Merged
alexm merged 4 commits from 6825-improve-css into dev 2024-07-12 09:06:43 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit b4853af69d - Show all commits

View File

@ -370,7 +370,6 @@ defineExpose({
:data-key="$attrs['data-key']"
v-model="params[columnName(col)]"
:search-url="searchUrl"
style="max-width: 128px"
/>
</div>
</QTh>

View File

@ -233,6 +233,11 @@ input::-webkit-inner-spin-button {
.q-table {
Review

Se parece un poco a como estaba en salix
front/core/components/smart-table/table.scss

Se parece un poco a como estaba en salix front/core/components/smart-table/table.scss
thead,
tbody {
th {
.q-select {
max-width: 100px;
}
}
td {
padding: 1px 10px 1px 10px;
max-width: 100px;