|
@@ -51,7 +51,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view v-else-if="item.type == 'file'" class="value-box" style="justify-content: flex-start;">
|
|
|
- <view v-if="!item.value.length" style="font-size: 14px;">
|
|
|
+ <view v-if="!item.value.length" class="iconfont" >
|
|
|
暂未上传附件
|
|
|
</view>
|
|
|
<My_Files v-else :ref="'My_Files' + index" :aDeletion="item.aDeletion"
|
|
@@ -427,6 +427,10 @@ export default {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
|
|
|
+ .iconfont{
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+
|
|
|
.textarea {
|
|
|
padding: 0 !important;
|
|
|
margin: 0 !important;
|
|
@@ -455,7 +459,7 @@ export default {
|
|
|
|
|
|
.iconfont {
|
|
|
margin-left: 5px;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 12px !important;
|
|
|
}
|
|
|
}
|
|
|
}
|