fix: 删除多余的 style

This commit is contained in:
pipipi-pikachu 2022-07-11 21:24:26 +08:00
parent f35cbcc0d6
commit 4bdc772926

View File

@ -50,13 +50,6 @@ onMounted(() => {
height: 100%; height: 100%;
background-color: #f9f9f9; background-color: #f9f9f9;
} }
.tip {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 99;
}
.thumbnail-list { .thumbnail-list {
height: calc(100% - 50px); height: calc(100% - 50px);
padding: 10px; padding: 10px;