|
@@ -12,19 +12,20 @@
|
|
|
</a-input>
|
|
|
</a-form-model-item>
|
|
|
|
|
|
-<!-- <a-row :gutter="0">-->
|
|
|
-<!-- <a-col :span="16">-->
|
|
|
-<!-- <a-form-model-item required prop="inputCode">-->
|
|
|
-<!-- <a-input v-model="model.inputCode" size="large" type="text" placeholder="请输入验证码">-->
|
|
|
-<!-- <a-icon slot="prefix" type="smile" :style="{ color: 'rgba(0,0,0,.25)' }"/>-->
|
|
|
-<!-- </a-input>-->
|
|
|
-<!-- </a-form-model-item>-->
|
|
|
-<!-- </a-col>-->
|
|
|
-<!-- <a-col :span="8" style="text-align: right">-->
|
|
|
-<!-- <img v-if="requestCodeSuccess" style="margin-top: 2px;" :src="randCodeImage" @click="handleChangeCheckCode"/>-->
|
|
|
-<!-- <img v-else style="margin-top: 2px;" src="../../assets/checkcode.png" @click="handleChangeCheckCode"/>-->
|
|
|
-<!-- </a-col>-->
|
|
|
-<!-- </a-row>-->
|
|
|
+ <!-- 修改框架 -->
|
|
|
+ <!-- <a-row :gutter="0">
|
|
|
+ <a-col :span="16">
|
|
|
+ <a-form-model-item required prop="inputCode">
|
|
|
+ <a-input v-model="model.inputCode" size="large" type="text" placeholder="请输入验证码">
|
|
|
+ <a-icon slot="prefix" type="smile" :style="{ color: 'rgba(0,0,0,.25)' }"/>
|
|
|
+ </a-input>
|
|
|
+ </a-form-model-item>
|
|
|
+ </a-col>
|
|
|
+ <a-col :span="8" style="text-align: right">
|
|
|
+ <img v-if="requestCodeSuccess" style="margin-top: 2px;" :src="randCodeImage" @click="handleChangeCheckCode"/>
|
|
|
+ <img v-else style="margin-top: 2px;" src="../../assets/checkcode.png" @click="handleChangeCheckCode"/>
|
|
|
+ </a-col>
|
|
|
+ </a-row> -->
|
|
|
</a-form-model>
|
|
|
</div>
|
|
|
</template>
|