Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
deatil committed Jun 23, 2022
1 parent 474d0d5 commit e26dd9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/assets/field.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
}

.lake-form-media-modal {
z-index: 99999999!important;
z-index: 99999999 !important;
}
.lake-form-media-modal .modal-dialog {
border: 1px solid #d4d6da;
Expand Down
1 change: 1 addition & 0 deletions resources/assets/field.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ $(function () {
form.append("type", options.type);
form.append("disk", options.disk);
form.append("nametype", options.nametype);
form.append("resize", options.resize);
form.append("_token", Dcat.token);
$.ajax({
type: 'post',
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'1.0.28' => [
'修复 Laravel9 版本附件获取全部路径问题。',
],
'1.0.29' => [
'增加图片裁剪。',
'1.0.30' => [
'增加图片裁剪。更新JS。',
],
];

0 comments on commit e26dd9d

Please sign in to comment.