doway-coms 2.10.27 → 2.10.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
<div class="file-card" :class="isStyle? 'currentHeight' : ''">
|
|
6
6
|
<div
|
|
7
7
|
class="attach-wrapper"
|
|
8
|
+
:style="{ width: width+'px' }"
|
|
8
9
|
v-for="internalRow in internalRows.filter(
|
|
9
10
|
(x) => x.sysRowState != 'delete'
|
|
10
11
|
)"
|
|
@@ -111,7 +112,6 @@
|
|
|
111
112
|
:data="uploadData"
|
|
112
113
|
@change="handleAvatarSuccess"
|
|
113
114
|
:showUploadList="false"
|
|
114
|
-
:fileList="uploadFileList"
|
|
115
115
|
:before-upload="beforeAvatarUpload"
|
|
116
116
|
>
|
|
117
117
|
<a-icon
|
|
@@ -548,6 +548,7 @@ export default {
|
|
|
548
548
|
display: flex;
|
|
549
549
|
flex-flow: row wrap;
|
|
550
550
|
margin: 0 0 5px 5px;
|
|
551
|
+
height:120px;
|
|
551
552
|
|
|
552
553
|
.attach-wrapper {
|
|
553
554
|
.attach {
|