mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
perf: style 优化
This commit is contained in:
parent
d31b8e6b3c
commit
d7a85ca83c
@ -108,20 +108,12 @@ export default defineComponent({
|
||||
overflow: hidden;
|
||||
}
|
||||
.thumbnails-view {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
@include absolute-0();
|
||||
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: #fff;
|
||||
@include absolute-0();
|
||||
}
|
||||
}
|
||||
.configs {
|
||||
|
Loading…
x
Reference in New Issue
Block a user