mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
fix:共享文档上传样式修改
This commit is contained in:
@@ -854,6 +854,7 @@
|
|||||||
<div
|
<div
|
||||||
v-for="item in fileList"
|
v-for="item in fileList"
|
||||||
:key="item.uid"
|
:key="item.uid"
|
||||||
|
style="width:500px;display:flex;justify-content:space-between;align-items:center;"
|
||||||
class="docListStyle"
|
class="docListStyle"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
@@ -866,11 +867,11 @@
|
|||||||
"
|
"
|
||||||
alt=""
|
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
|
item.name
|
||||||
}}</span>
|
}}</span>
|
||||||
<span
|
<span
|
||||||
style="color: #4ea6ff; float: right; cursor: pointer"
|
style="color: #4ea6ff; cursor: pointer"
|
||||||
@click="deFile(item.uid)"
|
@click="deFile(item.uid)"
|
||||||
>删除</span
|
>删除</span
|
||||||
>
|
>
|
||||||
@@ -2645,8 +2646,9 @@ export default {
|
|||||||
|
|
||||||
.docListStyle {
|
.docListStyle {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 300px !important;
|
width: 500px !important;
|
||||||
justify-content: space-around;
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.del_btnbox {
|
.del_btnbox {
|
||||||
|
|||||||
@@ -638,11 +638,11 @@
|
|||||||
"
|
"
|
||||||
alt=""
|
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
|
item.name
|
||||||
}}</span>
|
}}</span>
|
||||||
<span
|
<span
|
||||||
style="color: #4ea6ff; float: right; cursor: pointer"
|
style="color: #4ea6ff; cursor: pointer"
|
||||||
@click="deFile(item.uid)"
|
@click="deFile(item.uid)"
|
||||||
>删除</span
|
>删除</span
|
||||||
>
|
>
|
||||||
@@ -1951,8 +1951,9 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
.docListStyle {
|
.docListStyle {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 300px !important;
|
width: 500px !important;
|
||||||
justify-content: space-around;
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
.taskBox {
|
.taskBox {
|
||||||
.onerow {
|
.onerow {
|
||||||
|
|||||||
@@ -1236,6 +1236,7 @@
|
|||||||
<div
|
<div
|
||||||
v-for="item in fileList"
|
v-for="item in fileList"
|
||||||
:key="item.uid"
|
:key="item.uid"
|
||||||
|
style="width:500px;display:flex;justify-content:space-between;align-items:center;"
|
||||||
class="docListStyle"
|
class="docListStyle"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
@@ -1248,7 +1249,7 @@
|
|||||||
"
|
"
|
||||||
alt=""
|
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
|
item.name
|
||||||
}}</span>
|
}}</span>
|
||||||
<span
|
<span
|
||||||
|
|||||||
Reference in New Issue
Block a user