|
|
@@ -82,7 +82,7 @@
|
|
|
<view class="active-content-files files-class-box">
|
|
|
<view class="show-file-box display-evenly-column .items-center" v-for="(file,index) in item.file_list" :key="file.id" @click="()=>openFileFn(file.url)">
|
|
|
<image :src="fileType[file.type] || '../../../static/file.png'" mode="aspectFill" style="width: 70rpx;height: 70rpx;"></image>
|
|
|
- <view class="margin-top-3 file-font-box">{{file.name}}</view>
|
|
|
+ <view class="file-font-box" style="margin-top: 5px;">{{file.name}}</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="files-desc-box">
|
|
|
@@ -915,7 +915,7 @@ export default {
|
|
|
word-break: break-all;
|
|
|
margin-left: 70rpx;
|
|
|
width: 85%;
|
|
|
- height: 150rpx;
|
|
|
+ // height: 150rpx;
|
|
|
}
|
|
|
.edit-icon-box-file {
|
|
|
position: absolute;
|
|
|
@@ -943,11 +943,11 @@ export default {
|
|
|
margin-right: 20rpx;
|
|
|
}
|
|
|
.file-font-box {
|
|
|
- width: 60%;
|
|
|
- white-space: nowrap;
|
|
|
+ // width: 60%;
|
|
|
+ // white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
- text-overflow: ellipsis;
|
|
|
- font-size: 24rpx;
|
|
|
+ // text-overflow: ellipsis;
|
|
|
+ font-size: 20rpx;
|
|
|
}
|
|
|
.active-length-text {
|
|
|
position: absolute;
|