7729-devToTest_2430 #554

Merged
alexm merged 401 commits from 7729-devToTest_2430 into test 2024-07-16 07:17:04 +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 {
thead,
tbody {
th {
.q-select {
max-width: 100px;
}
}
td {
padding: 1px 10px 1px 10px;
max-width: 100px;