2024-07-08 22:30:19 +08:00
|
|
|
/* ant-design-vue 组件库的一些样式重置 */
|
|
|
|
|
|
|
|
.ant-app {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
overscroll-behavior: none;
|
|
|
|
color: inherit;
|
|
|
|
}
|
2024-08-19 23:28:14 +08:00
|
|
|
|
|
|
|
.ant-message-notice-content,
|
|
|
|
.ant-notification-notice {
|
|
|
|
@apply dark:border-border/60 dark:border;
|
|
|
|
}
|
2024-09-14 22:44:21 +08:00
|
|
|
|
2024-09-21 11:03:35 +08:00
|
|
|
.form-valid-error .ant-select-selector {
|
2024-09-14 22:44:21 +08:00
|
|
|
border-color: hsl(var(--destructive));
|
|
|
|
}
|