调整注册页面文案
This commit is contained in:
@@ -1159,6 +1159,10 @@ export default defineComponent({
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
font-size: calc(1.4rem*1.2);
|
||||
> .anticon + span{
|
||||
max-width: 80%;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<style>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
'login_active',
|
||||
]"
|
||||
>
|
||||
Register AiDA 3.0
|
||||
Visitor Register AiDA 3.0
|
||||
</div>
|
||||
</div>
|
||||
<!-- 账号密码登录 start -->
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
>性别:<span class="fontColor">*</span></label
|
||||
>
|
||||
<select name="dropdown" id="dropdown" v-model="gender">
|
||||
<option selected value='Female'>男性</option>
|
||||
<option value='Male'>女性</option>
|
||||
<option selected value='Female'>女性</option>
|
||||
<option value='Male'>男性</option>
|
||||
</select>
|
||||
<!-- <input
|
||||
type="text"
|
||||
|
||||
Reference in New Issue
Block a user