diff options
| author | gabrhr <[email protected]> | 2022-06-01 13:08:52 -0500 |
|---|---|---|
| committer | gabrhr <[email protected]> | 2022-06-01 13:08:52 -0500 |
| commit | 77fb39778fc4ebb3eea9e9801320efe1a4878c9a (patch) | |
| tree | c76bd4219582e5acf6b6680981cacbbe4bb055ed /front/odiparpack/app/styles | |
| parent | cbc7d7f7494508fda69e88c76702a878bebca0e2 (diff) | |
| download | DP1_project-77fb39778fc4ebb3eea9e9801320efe1a4878c9a.tar.gz DP1_project-77fb39778fc4ebb3eea9e9801320efe1a4878c9a.tar.bz2 DP1_project-77fb39778fc4ebb3eea9e9801320efe1a4878c9a.zip | |
Add Almacen, Ruta, Camiones (Flota, Camiones, Averías)
#TODO
- Arreglar combos
- Añadir los reducer de camiones, rutas, almacen
Diffstat (limited to 'front/odiparpack/app/styles')
| -rw-r--r-- | front/odiparpack/app/styles/components/Table.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/front/odiparpack/app/styles/components/Table.scss b/front/odiparpack/app/styles/components/Table.scss index 04209f0..464c449 100644 --- a/front/odiparpack/app/styles/components/Table.scss +++ b/front/odiparpack/app/styles/components/Table.scss @@ -79,10 +79,9 @@ table.big{ } .tableCrud{ - table-layout: fixed; + table-layout: auto; .hiddenField{ opacity: 0; - position: absolute; } .editing{ background: material-color('lime', '50'); |
