style: 移除未使用的CSS样式

This commit is contained in:
feige996
2025-11-07 16:21:27 +08:00
parent fcc07e901e
commit 4c885b8ca9

View File

@@ -22,16 +22,5 @@ onHide(() => {
</script>
<style lang="scss">
swiper,
scroll-view {
flex: 1;
height: 100%;
overflow: hidden;
}
image {
width: 100%;
height: 100%;
vertical-align: middle;
}
</style>