Skip to content

Commit

Permalink
Merge pull request #12 from CrazyMrYan/main
Browse files Browse the repository at this point in the history
fix: 查阅文件样式优化(#10)
  • Loading branch information
CrazyMrYan authored Apr 28, 2022
2 parents b81f2d9 + 535c0c7 commit adee2a4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/theme/Image.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ export default {

<style lang="less" scoped>
img {
// width: 100%;
// min-width: 30vw;
width: 400px;
height: 400px;
width: 30vw;
}
</style>

0 comments on commit adee2a4

Please sign in to comment.