# Vue.js :deep用法 在後台使用html editor 上傳圖片後,前台顯示的圖片高寬比卻爆掉 但僅僅寫一般的css是無法調整的 此時需要使用`:deep`去深度修改 使用方法 ``` css= :deep(.className) { ... } ``` 使用範例: ``` css= :deep(.contentStyle img) { margin-bottom: 20px; height: 100% !important; } ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up