🎨 style: 优化模板丢失样式

This commit is contained in:
wangsongsole 2023-08-10 15:22:22 +08:00
parent 39d58f4e17
commit 991f07f024
1 changed files with 13 additions and 0 deletions

View File

@ -264,3 +264,16 @@
display: inline; display: inline;
cursor: pointer; cursor: pointer;
} }
.mobile {
width: 375px;
height: 667px;
max-height: 667px;
background-color: #fafafa;
position: absolute;
top: 80px;
right: 60px;
border-color: 1px solid #b4b6b9;
padding: 5px;
overflow: auto;
}