diff --git a/src/assets/css/public.less b/src/assets/css/public.less index 22d2dbb..1be8894 100644 --- a/src/assets/css/public.less +++ b/src/assets/css/public.less @@ -127,7 +127,7 @@ padding: 2px 0; .title { text-align: right; - width: 400px; + width: 150px; float: left; font-weight: 600; font-size: 14px; diff --git a/src/main.js b/src/main.js index af222c3..8f960ad 100644 --- a/src/main.js +++ b/src/main.js @@ -9,7 +9,7 @@ import routerConfig from '@/router/router'; import NProgress from '@/utils/nprogress'; import layoutApp from '@/layout/layout'; import checkRole from '@/utils/authorize'; -import {urlFormat} from '@/utils/tool'; +import { urlFormat } from '@/utils/tool'; import { i18n, loadLanguageAsync, getLang } from '@/utils/i18n'; import store from '@/utils/store'; @@ -86,4 +86,4 @@ noahv._router.onError(error => { noahv._router.afterEach(() => { NProgress.done(); }); -noahv.start('#app', '', i18n); \ No newline at end of file +noahv.start('#app', '', i18n); diff --git a/src/modules/Clusters/components/Review.vue b/src/modules/Clusters/components/Review.vue index c24fc06..ad6483b 100644 --- a/src/modules/Clusters/components/Review.vue +++ b/src/modules/Clusters/components/Review.vue @@ -242,6 +242,9 @@ export default { .com-btn-box { margin-top: 15px; } +.panel .panel-body ul .title { + width: 400px; +} table { @tableBorder: 1px solid #f4f4f4; width: 100%; diff --git a/src/modules/User/components/User.vue b/src/modules/User/components/User.vue index e80bf2d..6715cef 100644 --- a/src/modules/User/components/User.vue +++ b/src/modules/User/components/User.vue @@ -123,13 +123,13 @@ import UpdatePassword from './UpdatePassword.vue'; if (self) { tmpData = { old_password: data.old_password, - password: data.new_password, - } + password: data.new_password + }; } else { tmpData = { password: data.new_password - } + }; } this.$request({ url: this.$urlFormat('auth/users/{user_name}/passwd', {user_name: data.user_name}), diff --git a/version.txt b/version.txt index 8a9ecc2..7bcd0e3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.1 \ No newline at end of file +0.0.2 \ No newline at end of file