ruoyi-plus-vben5/packages/styles/src/antd/index.css

14 lines
247 B
CSS
Raw Normal View History

/* ant-design-vue 组件库的一些样式重置 */
.ant-app {
width: 100%;
height: 100%;
overscroll-behavior: none;
color: inherit;
}
.ant-message-notice-content,
.ant-notification-notice {
@apply dark:border-border/60 dark:border;
}