diff --git a/public/build/beike/admin/css/app.css b/public/build/beike/admin/css/app.css index 7d88dd49..4c19ab1f 100644 --- a/public/build/beike/admin/css/app.css +++ b/public/build/beike/admin/css/app.css @@ -554,7 +554,6 @@ body.page-login button[type=submit] { } body.page-login .btn:not(.btn-link) { padding: 0.7rem 1rem; - border-radius: 0.5rem; transition: all 0.15s ease-in; box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07); } diff --git a/resources/beike/admin/css/login.scss b/resources/beike/admin/css/login.scss index 3f7986e9..9561f6d4 100644 --- a/resources/beike/admin/css/login.scss +++ b/resources/beike/admin/css/login.scss @@ -70,7 +70,7 @@ body.page-login { .btn:not(.btn-link) { // padding: .50rem 1.5rem; padding: 0.7rem 1rem; - border-radius: .5rem; + // border-radius: .5rem; transition: all .15s ease-in; box-shadow: 0 4px 7px -1px rgba(0, 0, 0, .11), 0 2px 4px -1px rgba(0, 0, 0, .07); diff --git a/resources/beike/admin/views/pages/login/login.blade.php b/resources/beike/admin/views/pages/login/login.blade.php index 94d389a8..4321d940 100644 --- a/resources/beike/admin/views/pages/login/login.blade.php +++ b/resources/beike/admin/views/pages/login/login.blade.php @@ -45,6 +45,7 @@ @endif
+ 忘记密码 diff --git a/resources/beike/admin/views/pages/user/forgotten.blade.php b/resources/beike/admin/views/pages/user/forgotten.blade.php index bd5196e4..50c62a6a 100644 --- a/resources/beike/admin/views/pages/user/forgotten.blade.php +++ b/resources/beike/admin/views/pages/user/forgotten.blade.php @@ -1,61 +1,62 @@ -@extends('layout.master') - -@section('body-class', 'page-forgotten') - -@push('header') + + + + + + + + + + -@endpush + {{-- --}} + + + forgotten + + +
+
+
+
+
+

请根据提示找回您的密码

+
请输入邮箱地址获取验证码
+
请输入新密码
+
+
+ +
+ + + -@section('content') -
- - {{--

找回密码

--}} -
-
-
- -
-

请根据提示找回您的密码

-

请输入邮箱地址获取验证码

-

请输入新密码

+ + + - - - + + + - - - + + + - - - - - - - - -
- +
+ +
+ 返回上一步
- 返回上一步 -
-
+ +
-@endsection - -@push('add-scripts') -@endpush + + + + + + diff --git a/themes/default/account/forgotten.blade.php b/themes/default/account/forgotten.blade.php index 4a000c5e..e9458aec 100644 --- a/themes/default/account/forgotten.blade.php +++ b/themes/default/account/forgotten.blade.php @@ -113,10 +113,10 @@ methods: { submitForm(form) { - let _data = this.form, url = '/forgotten/password' + let _data = this.form, url = 'forgotten/password' if (!this.isCode) { - url = '/forgotten/send_code' + url = 'forgotten/send_code' } this.$refs[form].validate((valid) => {