fix:编辑面授课上传组件传值,修改组件重叠样式

This commit is contained in:
wyx
2022-12-09 00:33:16 +08:00
parent 4da75211e7
commit 3a6b6976c9
3 changed files with 13 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
<div class="file_img"></div>
<div class="file_detail">
<div class="file_name">
<span style="color: #6f6f6f">{{ item.name }}</span>
<span style="color: #6f6f6fwidth:200px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;">{{ item.name }}</span>
</div>
<!-- <div class="file_size">-->
<!-- <span style="color: #999ba3">{{ item.size }}</span>-->
@@ -167,21 +167,21 @@ function del(i) {
.updataxq {
position: absolute;
right: 2px;
right: -62px;
top: -30px;
color: #57c887;
}
.updataxq1 {
position: absolute;
right: 2px;
right: -62px;
top: -30px;
color: #388be1;
}
.updataxq2 {
position: absolute;
right: 2px;
right: -62px;
top: -30px;
color: #ff7474;
}