同步pear admin layui

This commit is contained in:
不胜舟
2022-12-27 22:54:35 +08:00
parent 883e7f88d5
commit 60cf94cc05
797 changed files with 311744 additions and 257 deletions
@@ -0,0 +1,22 @@
html:-moz-full-screen {
background: grey;
}
html:-webkit-full-screen {
background: grey;
width: 100%;
height: 100%;
}
html:fullscreen{
background: grey;
width: 100% !important;
height: 100% !important;
}
:not(:root):fullscreen::backdrop{
background:whitesmoke;
}
.pear-full-screen {
width: 100% !important;
height: 100% !important;
}