index.css 341 B

1234567891011121314151617
  1. /* ant-design-vue 组件库的一些样式重置 */
  2. .ant-app {
  3. width: 100%;
  4. height: 100%;
  5. overscroll-behavior: none;
  6. color: inherit;
  7. }
  8. .ant-message-notice-content,
  9. .ant-notification-notice {
  10. @apply dark:border-border/60 dark:border;
  11. }
  12. .ant-app .form-valid-error .ant-select-selector {
  13. border-color: hsl(var(--destructive));
  14. }