mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-06 03:57:54 +08:00
9 lines
128 B
CSS
9 lines
128 B
CSS
.n-modal-mask {
|
|
backdrop-filter: blur(2px);
|
|
}
|
|
|
|
/* 解决tabs组件不贴合下边缘问题 */
|
|
.v-x-scroll {
|
|
height: 100%;
|
|
}
|