提交 3648a54f 编写于 作者: zhongyao.qiao's avatar zhongyao.qiao 提交者: 张磊

style 太保权益领取组件替换

上级 c8f8f997
...@@ -38,7 +38,6 @@ ...@@ -38,7 +38,6 @@
]" ]"
/> />
<van-field <van-field
:value="cardTypeName"
label="证件类型" label="证件类型"
required required
disabled disabled
...@@ -49,7 +48,15 @@ ...@@ -49,7 +48,15 @@
@click=" @click="
!isReadonly('cardTypeName') && (showCardTypeVisible = true) !isReadonly('cardTypeName') && (showCardTypeVisible = true)
" "
>
<template #input>
<van-field
class="van-inner-field"
:value="cardTypeName"
readonly
/> />
</template>
</van-field>
<van-field <van-field
v-model="dectionForm.idCard" v-model="dectionForm.idCard"
class="appoint-form-items" class="appoint-form-items"
...@@ -328,8 +335,8 @@ export default { ...@@ -328,8 +335,8 @@ export default {
// idCard: '411302199009092234', // idCard: '411302199009092234',
// idType: 2 /** 默认为1:身份证 */, // idType: 2 /** 默认为1:身份证 */,
// name: '乔先生', // name: '乔先生',
// sex: 1, // sex: '',
// birthTime: '1990-09-09', // birthTime: '',
// }; // };
this.inherentUserInfo = data; this.inherentUserInfo = data;
...@@ -531,6 +538,9 @@ export default { ...@@ -531,6 +538,9 @@ export default {
} }
} }
.appoint-form-items { .appoint-form-items {
.van-inner-field {
padding: 0;
}
/deep/ .van-field__label { /deep/ .van-field__label {
color: #212121; color: #212121;
width: auto; width: auto;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册