Commit 913383c0 authored by zL's avatar zL

fix:图片显示问题

parent 01e78834
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<div class="info-content" v-if="item2.type === 0"> <div class="info-content" v-if="item2.type === 0">
{{ item2.data.value }} {{ item2.data.value }}
</div> </div>
<div class="info-content" v-if="item2.type === 10"> <div class="info-content info-content--area" v-if="item2.type === 10">
{{ item2.data.value }} {{ item2.data.value }}
</div> </div>
<!-- 选择器 --> <!-- 选择器 -->
...@@ -312,10 +312,7 @@ li { ...@@ -312,10 +312,7 @@ li {
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
} }
.info-content--pdf {
cursor: pointer;
color: rgba(63, 121, 254, 1);
}
.info-content { .info-content {
font-size: 14px; font-size: 14px;
font-weight: 400; font-weight: 400;
...@@ -327,7 +324,6 @@ li { ...@@ -327,7 +324,6 @@ li {
margin-bottom: 24px; margin-bottom: 24px;
video { video {
width: 468px; width: 468px;
// height: 334px;
} }
} }
.imgbox { .imgbox {
...@@ -336,7 +332,7 @@ li { ...@@ -336,7 +332,7 @@ li {
border: 1px solid rgba(235, 235, 235, 1); border: 1px solid rgba(235, 235, 235, 1);
float: left; float: left;
position: relative; position: relative;
margin-bottom: 0; margin-bottom: 6px;
margin-right: 6px; margin-right: 6px;
&:hover { &:hover {
.ibox { .ibox {
...@@ -365,11 +361,18 @@ li { ...@@ -365,11 +361,18 @@ li {
} }
} }
} }
.info-content--pdf {
cursor: pointer;
color: rgba(63, 121, 254, 1);
}
.info-content--area {
word-wrap: break-word;
white-space: pre-wrap;
}
.info-content--two { .info-content--two {
background: rgba(249, 249, 249, 1); background: rgba(249, 249, 249, 1);
} }
.info-content--bor { .info-content--bor {
// padding: 0 50px;
/deep/ p { /deep/ p {
word-wrap: break-word; word-wrap: break-word;
} }
......
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