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;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.thumbnails-view {
|
.thumbnails-view {
|
||||||
position: absolute;
|
@include absolute-0();
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
@include absolute-0();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.configs {
|
.configs {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user