hookehuyr

多行文本控件新增边框

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