|
@@ -14,8 +14,8 @@
|
|
|
<p>{{ item.reply }}</p>
|
|
|
</div>
|
|
|
|
|
|
- <div class="detail_item">
|
|
|
- <div class="title">附件:</div>
|
|
|
+ <div class="detail_item wire">
|
|
|
+ <div class="title ">附件:</div>
|
|
|
<div class="item">
|
|
|
<div class="item_file" @click="downloadFile(fileList[index], index)" v-for="(item, index) in imgList" :key="index">
|
|
|
<img
|
|
@@ -111,7 +111,10 @@ export default {
|
|
|
.cmain .detail_item {
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|
|
|
- margin-bottom: 20px;
|
|
|
+ margin-bottom: 50px;
|
|
|
+}
|
|
|
+.wire{
|
|
|
+
|
|
|
}
|
|
|
.detail_item .title {
|
|
|
width: 100px;
|
|
@@ -127,9 +130,7 @@ export default {
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
|
|
|
-.detail_item .item {
|
|
|
-
|
|
|
-}
|
|
|
+
|
|
|
.item_file{
|
|
|
cursor: pointer;
|
|
|
display: flex;
|
|
@@ -138,9 +139,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.img_text {
|
|
|
- // width: 80px;
|
|
|
- // overflow: hidden;
|
|
|
- // text-overflow: ellipsis;
|
|
|
+ width: 240px;
|
|
|
}
|
|
|
|
|
|
.dept_list {
|
|
@@ -148,7 +147,7 @@ export default {
|
|
|
align-items: flex-start;
|
|
|
margin-bottom: 35px;
|
|
|
.title {
|
|
|
- width: 120px;
|
|
|
+ width: 240px;
|
|
|
}
|
|
|
p {
|
|
|
flex: 1;
|