Reportistica Ore 2
This commit is contained in:
12
package.json
12
package.json
@@ -31,7 +31,7 @@
|
|||||||
"@babel/plugin-transform-runtime": "^7.4.0",
|
"@babel/plugin-transform-runtime": "^7.4.0",
|
||||||
"@babel/runtime": "^7.0.0",
|
"@babel/runtime": "^7.0.0",
|
||||||
"@quasar/babel-preset-app": "^1.1.8",
|
"@quasar/babel-preset-app": "^1.1.8",
|
||||||
"@quasar/extras": "1.5.0",
|
"@quasar/extras": "1.9.17",
|
||||||
"@types/googlemaps": "^3.38.0",
|
"@types/googlemaps": "^3.38.0",
|
||||||
"@types/lodash": "^4.14.142",
|
"@types/lodash": "^4.14.142",
|
||||||
"@types/vuelidate": "^0.7.0",
|
"@types/vuelidate": "^0.7.0",
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
"npm": "^6.10.0",
|
"npm": "^6.10.0",
|
||||||
"nprogress": "^0.2.0",
|
"nprogress": "^0.2.0",
|
||||||
"prerender-spa-plugin": "^3.4.0",
|
"prerender-spa-plugin": "^3.4.0",
|
||||||
"quasar": "1.8.2",
|
"quasar": "1.15.4",
|
||||||
"quasar-extras": "2.0.8",
|
"quasar-extras": "2.0.8",
|
||||||
"register-service-worker": "^1.0.0",
|
"register-service-worker": "^1.0.0",
|
||||||
"vee-validate": "^2.1.2",
|
"vee-validate": "^2.1.2",
|
||||||
@@ -93,10 +93,10 @@
|
|||||||
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
||||||
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
||||||
"@babel/preset-env": "^7.4.2",
|
"@babel/preset-env": "^7.4.2",
|
||||||
"@quasar/app": "1.5.2",
|
"@quasar/app": "1.9.6",
|
||||||
"@quasar/quasar-app-extension-qcalendar": "^1.3.14",
|
"@quasar/quasar-app-extension-qcalendar": "^3.3.4",
|
||||||
"@quasar/quasar-app-extension-qmediaplayer": "^1.0.17",
|
"@quasar/quasar-app-extension-qmediaplayer": "^1.2.0",
|
||||||
"@quasar/quasar-app-extension-qscroller": "1.0.5",
|
"@quasar/quasar-app-extension-qscroller": "1.1.0",
|
||||||
"@quasar/quasar-app-extension-typescript": "^1.0.0-alpha.11",
|
"@quasar/quasar-app-extension-typescript": "^1.0.0-alpha.11",
|
||||||
"@types/dotenv": "^4.0.3",
|
"@types/dotenv": "^4.0.3",
|
||||||
"@types/jest": "^23.1.4",
|
"@types/jest": "^23.1.4",
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ $heightBtn: 100%;
|
|||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
margin-right: 3px;
|
margin-right: 3px;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 1rem;
|
font-size: 0.9rem;
|
||||||
height: $heightBtn;
|
height: $heightBtn;
|
||||||
line-height: $heightBtn;
|
line-height: $heightBtn;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
@@ -968,5 +968,8 @@ $heightBtn: 100%;
|
|||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.q-item {
|
||||||
|
padding: 2px 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user