diff --git a/changelog.md b/changelog.md index 2388b49..c54e869 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,9 @@ # Changelog +## [v1.0.3] + +- Update dependencies +- Update login page + ## [v1.0.2] - Update dependencies diff --git a/package.json b/package.json index 7d8d7f6..6cfbc3a 100644 --- a/package.json +++ b/package.json @@ -8,21 +8,21 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "apexcharts": "^3.22.0", - "core-js": "^3.6.5", + "apexcharts": "^3.24.0", + "core-js": "^3.8.3", "css-loader": "^4.3.0", "font-awesome": "^4.7.0", - "highcharts": "^8.2.0", + "highcharts": "^8.2.2", "highcharts-vue": "^1.3.5", "vue": "^2.6.12", "vue-apexcharts": "^1.6.0", - "vue-router": "^3.4.6", - "vue-toastification": "^1.7.8", + "vue-router": "^3.5.1", + "vue-toastification": "^1.7.11", "vue2-google-maps": "^0.10.7", "vue2-perfect-scrollbar": "^1.5.0", - "vuetify": "^2.3.18", + "vuetify": "^2.4.3", "vuetrend": "^0.3.4", - "vuex": "^3.5.1" + "vuex": "^3.6.2" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.7", diff --git a/src/pages/Login/Login.scss b/src/pages/Login/Login.scss index 884527a..fd1f3d3 100644 --- a/src/pages/Login/Login.scss +++ b/src/pages/Login/Login.scss @@ -1,5 +1,7 @@ @import "../../styles/app"; - +body { + background-color: #F6F7FF !important +} .container { font-family: "Roboto", "Helvetica", "Arial", sans-serif; padding: 0; @@ -34,9 +36,10 @@ width: 100%; height: 100vh; background-color: #F6F7FF; + overflow-y: auto; .login-wrapper { width: 320px; - height: 620px; + height: auto; .login-slogan { color: #4a4a4a; } @@ -54,11 +57,9 @@ } .v-footer { - padding: 0; - margin: 0; - bottom: 50px; + position: absolute; + bottom: 0; background-color: #F6F7FF; } } } - diff --git a/src/pages/Login/Login.vue b/src/pages/Login/Login.vue index 779350f..8e1aa48 100644 --- a/src/pages/Login/Login.vue +++ b/src/pages/Login/Login.vue @@ -9,9 +9,9 @@ - +