fix: refs #6238 enhance ui #1047

Merged
jorgep merged 4 commits from 6238-hotfix-wideCol into master 2024-12-04 11:33:19 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 26b6157f65 - Show all commits

View File

@ -644,7 +644,7 @@ const getColor = (percentage) => {
}
tbody tr td {
&:nth-child(1) {
max-width: 65px !important;
max-width: 65px;

Si no lo pongo así, no va. Esta pillando esto de app.scss:

...
q-table {
    th,
    td {
        padding: 1px 10px 1px 10px;
        max-width: 100px;
        div span {
...
Si no lo pongo así, no va. Esta pillando esto de **app.scss**: ``` ... q-table { th, td { padding: 1px 10px 1px 10px; max-width: 100px; div span { ... ```
}
&:nth-child(4) {
padding: 0;