小修改

This commit is contained in:
A1300399510
2023-08-04 11:29:30 +08:00
parent 3e4dfff8da
commit 4387c10703
2 changed files with 2 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ watchEffect(() => {
}) })
</script> </script>
<style scoped> <style scoped lang="less">
img { img {
object-fit: contain; object-fit: contain;
} }

View File

@@ -107,7 +107,7 @@ watch(() => props.index, (newValue, oldValue) => {
}); });
</script> </script>
<style scoped> <style scoped lang="less">
img { img {
object-fit: contain; object-fit: contain;
} }