mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 02:25:50 +08:00
fix(table): wrong bg-color in fullscreen mode
修复浅色主题下的table在全屏状态时背景颜色不正确的问题
This commit is contained in:
@@ -21,6 +21,10 @@ html[data-theme='light'] {
|
||||
background-color: #fffbe6;
|
||||
border: 1px solid #ffe58f;
|
||||
}
|
||||
|
||||
:not(:root):fullscreen::backdrop {
|
||||
background-color: @layout-body-background !important;
|
||||
}
|
||||
}
|
||||
|
||||
[data-theme='dark'] {
|
||||
|
Reference in New Issue
Block a user