diff --git a/src/App.vue b/src/App.vue index ae17ed0..8ee3cc1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -128,7 +128,8 @@ if ( n.path !== '/' && n.name !== 'PatientList' && - n.name !== 'Min' + n.name !== 'Min'&& + n.name !== '/login' ) { this.init(); } diff --git a/src/assets/images/slice/icon01.png b/src/assets/images/slice/icon01.png index 040adf2..e9833d1 100644 Binary files a/src/assets/images/slice/icon01.png and b/src/assets/images/slice/icon01.png differ diff --git a/src/assets/images/slice/icon02.png b/src/assets/images/slice/icon02.png index e31014c..e324981 100644 Binary files a/src/assets/images/slice/icon02.png and b/src/assets/images/slice/icon02.png differ diff --git a/src/assets/images/slice/icon03.png b/src/assets/images/slice/icon03.png index da6681d..38e1c0a 100644 Binary files a/src/assets/images/slice/icon03.png and b/src/assets/images/slice/icon03.png differ diff --git a/src/assets/images/slice/icon04.png b/src/assets/images/slice/icon04.png index 422ad61..810d549 100644 Binary files a/src/assets/images/slice/icon04.png and b/src/assets/images/slice/icon04.png differ diff --git a/src/layouts/BasicLayout.less b/src/layouts/BasicLayout.less index c11d8b8..d31cae8 100644 --- a/src/layouts/BasicLayout.less +++ b/src/layouts/BasicLayout.less @@ -245,7 +245,7 @@ } } .person-footer{ - margin-top: 200px; + margin-top: 100px; padding: 1rem; .person-footer-button { diff --git a/src/views/Patient/components/patient-create.vue b/src/views/Patient/components/patient-create.vue index ce1eb35..a6c54a7 100644 --- a/src/views/Patient/components/patient-create.vue +++ b/src/views/Patient/components/patient-create.vue @@ -1,5 +1,5 @@