|
|
|
|
@ -72,8 +72,8 @@
|
|
|
|
|
<div class="g_flex_1 g_mr_16">
|
|
|
|
|
<u-input maxlength="4" type="number" :custom-style="{ fontSize: item.fontSize || ' 16px' }" :clearable="false" :password-icon="false" :placeholder="item.placeholder" input-align="right" class="g_text_r" placeholder-style="color:#999;font-size:16px;" v-model="item.code" @input="(e) => handleCode(e, item, index)" />
|
|
|
|
|
</div>
|
|
|
|
|
<div class="btn-text g_flex_column_center g_flex_none" @click="handleSendMsg">
|
|
|
|
|
<button class="btn-con g_fs_14 g_c_9 g_w_88 g_flex_row_center">{{ msgCode.btnText }}</button>
|
|
|
|
|
<div class="btn-text g_flex_c g_flex_none" @click="handleSendMsg">
|
|
|
|
|
<button class="btn-con g_fs_14 g_c_9 g_flex_row_center" style="width: 100px;">{{ msgCode.btnText }}</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
@ -727,9 +727,12 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn-text {
|
|
|
|
|
background-color: #ededed;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 126px;
|
|
|
|
|
.btn-con {
|
|
|
|
|
border-left: 1rpx solid #eee;
|
|
|
|
|
padding: 0 0 0 16px;
|
|
|
|
|
// border-left: 1rpx solid #eee;
|
|
|
|
|
// padding: 0 0 0 16px;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
height: 40rpx;
|
|
|
|
|
|