mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-04 07:23:22 +08:00
chore: 自定义组件校验失败样式
This commit is contained in:
@@ -128,3 +128,9 @@ async function handleCancel() {
|
|||||||
</BasicForm>
|
</BasicForm>
|
||||||
</BasicDrawer>
|
</BasicDrawer>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
:deep(.form-valid-error .ant-input[name='clientSecret']) {
|
||||||
|
border-color: hsl(var(--destructive));
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user