@@ -95,6 +95,7 @@
min-height: 40px;
padding: 0.32rem 0.32rem 0 0;
margin-bottom: 15px;
+ caret-color: var(--van-primary-color);
}
.itemTitleDes {
@@ -173,6 +173,7 @@ export default defineComponent({
<>
{detailData.student.status === 'ING' ? (
<Field
+ class={styles.info}
required
rows={2}
type="textarea"
@@ -147,7 +147,6 @@
.van-dropdown-item__content .van-dropdown-item__option .van-cell__title {
font-size: 16px;
- color: #333;
.van-dropdown-item__content .van-dropdown-item__option--active {