Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8fcfcfef
authored
2018-03-31 14:17:13 +0800
by
yangjianbin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
init
1 parent
ef30300d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
application/views/work/图片上传.php
resource/upload.js
application/views/work/图片上传.php
View file @
8fcfcfe
...
...
@@ -35,7 +35,7 @@
<th>
支持相同类型图片上传多张, 格式: png/jpg 单张限制5M
</th>
</tr>
</thead>
<tbody>
<tbody
class=
"upload-tbody"
>
</tbody>
</table>
</div>
...
...
resource/upload.js
View file @
8fcfcfe
...
...
@@ -159,7 +159,7 @@ window.uploadList = function () {
html
+=
'</div></td></tr>'
;
}
$
(
'tbody'
).
append
(
html
);
$
(
'tbody
.upload-tbody
'
).
append
(
html
);
$
(
'.file-item'
).
on
(
'mouseenter'
,
function
()
{
$
(
this
).
find
(
'.file-panel'
).
stop
().
animate
({
height
:
30
});
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment