chore: 自定义组件校验失败样式
This commit is contained in:
parent
d1efb4278b
commit
6cc470aa9d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user