web书架: 判断同步的阅读宽度是否超出当前设备

This commit is contained in:
Xwite
2023-05-15 22:51:01 +08:00
parent 5864f8809d
commit 9da6af468f
13 changed files with 37 additions and 37 deletions
+1 -13
View File
@@ -322,22 +322,10 @@ const fetchBookShelfData = () => {
width: 100%;
display: flex;
flex-direction: column;
:deep(.el-loading-mask) {
background-color: rgba(0, 0, 0, 0);
}
:deep(.el-loading-spinner) {
font-size: 36px;
color: #b5b5b5;
}
:deep(.el-loading-text) {
font-weight: 500;
color: #b5b5b5;
}
}
}
@media screen and (max-width: 750px) {
@media screen and (max-width: 428px) {
.index-wrapper {
overflow-x: hidden;
flex-direction: column;