修改配色

cyl/master-im
jscyl13849007907 5 months ago
parent 7278455dbc
commit 8499a5c77d

@ -72,8 +72,8 @@
<div class="g_flex_1 g_mr_16"> <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)" /> <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>
<div class="btn-text g_flex_column_center g_flex_none" @click="handleSendMsg"> <div class="btn-text g_flex_c 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> <button class="btn-con g_fs_14 g_c_9 g_flex_row_center" style="width: 100px;">{{ msgCode.btnText }}</button>
</div> </div>
</div> </div>
</div> </div>
@ -727,9 +727,12 @@ export default {
} }
.btn-text { .btn-text {
background-color: #ededed;
text-align: center;
border-radius: 126px;
.btn-con { .btn-con {
border-left: 1rpx solid #eee; // border-left: 1rpx solid #eee;
padding: 0 0 0 16px; // padding: 0 0 0 16px;
background-color: transparent; background-color: transparent;
border-radius: 0; border-radius: 0;
height: 40rpx; height: 40rpx;

Loading…
Cancel
Save