mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-12 12:13:46 +08:00
opt: add enabled_msg_service config var to system config database
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
</el-input>
|
||||
</div>
|
||||
|
||||
<div class="block" v-if="enableMsg">
|
||||
<div class="block">
|
||||
<el-input placeholder="手机号码"
|
||||
size="large" maxlength="11"
|
||||
v-model="formData.mobile"
|
||||
@@ -184,6 +184,7 @@ const register = function () {
|
||||
|
||||
.page-inner {
|
||||
max-width 450px
|
||||
min-width 360px
|
||||
height 100vh
|
||||
display flex
|
||||
justify-content center
|
||||
@@ -191,6 +192,7 @@ const register = function () {
|
||||
|
||||
.contain {
|
||||
padding 0 40px 20px 40px;
|
||||
width 100%
|
||||
color #ffffff
|
||||
border-radius 10px;
|
||||
z-index 10
|
||||
|
||||
Reference in New Issue
Block a user