mirror of
https://github.com/chansee97/nova-admin.git
synced 2025-04-05 19:41:59 +08:00
15 lines
233 B
CSS
15 lines
233 B
CSS
.n-modal-mask {
|
|
backdrop-filter: blur(2px);
|
|
}
|
|
|
|
/* 解决tabs组件不贴合下边缘问题 */
|
|
.v-x-scroll {
|
|
height: 100%;
|
|
}
|
|
|
|
/* 解决二维码尺寸问题 */
|
|
.n-qr-code{
|
|
height: unset !important;
|
|
width: unset !important;;
|
|
}
|