hookehuyr

多行文本控件新增边框

......@@ -43,4 +43,10 @@ const props = defineProps({
}
}
}
:deep(.van-field__body) {
border: 1px solid #eaeaea;
border-radius: 0.25rem;
padding: 0.25rem 0.5rem;
}
</style>
......