chore: 自定义组件校验失败样式

This commit is contained in:
dap 2024-09-21 19:26:44 +08:00
parent d1efb4278b
commit 6cc470aa9d

View File

@ -128,3 +128,9 @@ async function handleCancel() {
</BasicForm>
</BasicDrawer>
</template>
<style lang="scss" scoped>
:deep(.form-valid-error .ant-input[name='clientSecret']) {
border-color: hsl(var(--destructive));
}
</style>