mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
fix:共享文档上传样式修改
This commit is contained in:
@@ -1236,6 +1236,7 @@
|
||||
<div
|
||||
v-for="item in fileList"
|
||||
:key="item.uid"
|
||||
style="width:500px;display:flex;justify-content:space-between;align-items:center;"
|
||||
class="docListStyle"
|
||||
>
|
||||
<img
|
||||
@@ -1248,7 +1249,7 @@
|
||||
"
|
||||
alt=""
|
||||
/>
|
||||
<span style="font: oblique bold 16px Sans-serif">{{
|
||||
<span style="font: oblique bold 16px Sans-serif;width:300px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;">{{
|
||||
item.name
|
||||
}}</span>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user