|
@@ -21,7 +21,6 @@
|
|
|
><span style="color:green"><i class="el-icon-user-solid"></i></span><span>{{ item.ceng }} {{ item.date }}</span></el-col
|
|
|
>
|
|
|
<p>{{ item.context }}</p>
|
|
|
- <p></p>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="chatInfo">
|
|
@@ -103,7 +102,7 @@ export default {
|
|
|
color: #5096d2;
|
|
|
line-height: 50px;
|
|
|
padding: 0 0 0 30px;
|
|
|
- width: 11%;
|
|
|
+ width: 14%;
|
|
|
border-bottom: 10px solid #5096d2;
|
|
|
}
|
|
|
.semDetail .title span:nth-child(2) {
|
|
@@ -141,6 +140,12 @@ export default {
|
|
|
font-size: 16px;
|
|
|
margin: 0 20px 0 20px;
|
|
|
border-bottom: 1px dashed red;
|
|
|
+ margin: 0 0 10px 0;
|
|
|
+}
|
|
|
+.under p {
|
|
|
+ height: 170px;
|
|
|
+ margin: 30px 10px 20px 10px !important;
|
|
|
+ border: 1px dashed #000000;
|
|
|
}
|
|
|
.chatInfo .input .el-button {
|
|
|
margin: 20px 0 0 0;
|