Commit 53df8ce9 by 林家欣

修改P标签overflow: hidden;导致会出现空白高度bug

parent 8307da06
......@@ -60,9 +60,6 @@ export default {
@media screen and (max-width: 992px) {
}
.showHtml {
p {
overflow: hidden;
}
img {
max-width: 100%;
}
......
......@@ -70,9 +70,6 @@ export default {
@media screen and (max-width: 992px) {
}
.showHtml {
p {
overflow: hidden;
}
img {
max-width: 100%;
}
......
......@@ -46,9 +46,6 @@ export default {
</script>
<style lang="scss">
.health-detail {
p {
overflow: hidden;
}
img {
max-width: 100%;
}
......
......@@ -73,9 +73,6 @@ export default {
@media screen and (max-width: 992px) {
}
.showHtml {
p {
overflow: hidden;
}
img {
max-width: 100%;
}
......
......@@ -269,9 +269,6 @@ export default {
}
}
.msg-text {
p{
overflow: hidden;
}
img{
max-width: 100%;
}
......
......@@ -268,9 +268,6 @@ export default {
}
}
.msg-text {
p {
overflow: hidden;
}
img {
max-width: 100%;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment