master
xingyy 1 month ago
parent c4c44a90f5
commit 81dd2621bd

@ -47,8 +47,14 @@ const handlePreview=()=>{
<div class="text-primary text-[14px] pl-5px w-[68px] font-bold">*性别</div>
<div class="text-primary relative">
<n-select
placeholder="请选择性别"
style="--n-border-hover:none!important;"
class="w-[645px] h-[34px] focus:outline-none placeholder-text-primary placeholder-text-14px focus: bg-[#DCE5E9] border-none"
:options="genderOptions"
:options="genderOptions.map(x=>{
return {
label:x.text,value:x.value
}
})"
/>
<!-- <input class="pl-16px pr-16px w-[645px] h-[34px] focus:outline-none placeholder-text-primary placeholder-text-14px focus: bg-[#DCE5E9] border-none" placeholder="请输入宝贝姓名" type="text">
<img src="@/assets/image/hsmr@2x.png" class="w-10px h-5px absolute right-19px top-50% translate-y-[-50%]" alt="">-->
@ -105,10 +111,9 @@ const handlePreview=()=>{
</div>
</div>
</template>
<style scoped lang="scss">
:deep(.n-base-selection-placeholder__inner){
color: #2B69A1!important;
color: rgb(131, 162, 195)!important;
}
:deep(.n-base-selection-label){
background: #DCE5E9!important;

Loading…
Cancel
Save