登录页文字修改
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
公会账号:
|
||||
</div>
|
||||
<el-input :disabled="!(isTk && tkData[index].code == 0)" v-model="tkData[index].account"
|
||||
style="height: 50px;" placeholder="请输入登录账号" clearable />
|
||||
placeholder="请输入登录账号" clearable />
|
||||
</div>
|
||||
|
||||
<div class="from-input-item">
|
||||
@@ -29,7 +29,7 @@
|
||||
公会密码:
|
||||
</div>
|
||||
<el-input :disabled="!(isTk && tkData[index].code == 0)" v-model="tkData[index].password"
|
||||
style="height: 50px;" type="password" placeholder="请输入登录密码" show-password />
|
||||
type="password" placeholder="请输入登录密码" show-password />
|
||||
</div>
|
||||
|
||||
<el-button class="open-login" style="margin-left: 60px;"
|
||||
@@ -576,6 +576,7 @@ label {
|
||||
|
||||
::v-deep(.el-input__wrapper) {
|
||||
width: 218px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.el-input {
|
||||
|
||||
Reference in New Issue
Block a user