This website works better with JavaScript
Home
Explore
Help
Register
Sign In
web
/
wanda-bm-guide
Watch
17
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
rotation img width 90% --> 100%
yunxing
4 years ago
parent
0e389db3e1
commit
02699c1f8e
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
src/components/Rotation/src/rotation.vue
+ 1
- 1
src/components/Rotation/src/rotation.vue
View File
@@ -40,7 +40,7 @@ export default {
height: 100%;
height: 100%;
}
}
img {
img {
- width:
9
0%;
+ width:
10
0%;
}
}
}
}