diff --git a/public/react/src/modules/forums/Post.css b/public/react/src/modules/forums/Post.css index d7ae41df..718950a2 100644 --- a/public/react/src/modules/forums/Post.css +++ b/public/react/src/modules/forums/Post.css @@ -204,4 +204,9 @@ margin-right: 50px; position: relative; bottom: 12px; +} + +.attachment .icon-fujian { + margin-top: -3px !important; + font-size: 14px !important; } \ No newline at end of file diff --git a/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEIBannerConcent.js b/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEIBannerConcent.js index b8449bd7..3fa6ca6d 100644 --- a/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEIBannerConcent.js +++ b/public/react/src/modules/projectPackages/PackageIndexNewandEdit/PackageIndexNEIBannerConcent.js @@ -49,15 +49,7 @@ class PackageIndexNEIBannerConcent extends Component { contact_phone:undefined, code:undefined, publish:false, - attachments:[ - { - id: 206525, - title: "412420b57ed8c141963d4c548bde551f", - filesize: 18523, - description: null, - url: "/api/attachments/206525" - } - ] + } } @@ -534,7 +526,8 @@ class PackageIndexNEIBannerConcent extends Component { console.log(window.$('.file_selector')[0]) window.addInputFiles(window.$('.file_selector')[0]) }} - style={{'display': 'none'}} type="file"> + style={{'display': 'none'}} + type="file"> @@ -681,3 +674,13 @@ class PackageIndexNEIBannerConcent extends Component { export default PackageIndexNEIBannerConcent; +// attachments:[ +// { +// id: 206525, +// title: "412420b57ed8c141963d4c548bde551f", +// filesize: 18523, +// description: null, +// url: "/api/attachments/206525" +// } +// ] +