Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Satini_pvduc
/
ocrpdf
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
tien_nemo
2025-08-20 12:02:35 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
13692cdb994a3142de18d605eed5d43ce0776377
13692cdb
1 parent
01d91a3a
icon delete
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
9 deletions
public/css/ocr.css
public/icon/btn-delete.png
resources/views/ocr/index.blade.php
public/css/ocr.css
View file @
13692cd
...
...
@@ -76,16 +76,11 @@ select {
.delete-btn
{
position
:
absolute
;
top
:
50%
;
right
:
-
40
px
;
right
:
-
35
px
;
transform
:
translateY
(
-50%
);
color
:
#ff4d4d
;
border
:
none
;
border-radius
:
50%
;
cursor
:
pointer
;
font-size
:
20px
;
padding
:
3px
6px
;
z-index
:
20
;
background
:
white
;
}
...
...
public/icon/btn-delete.png
0 → 100644
View file @
13692cd
25 KB
resources/views/ocr/index.blade.php
View file @
13692cd
...
...
@@ -64,11 +64,11 @@
@
mousedown=
"startResize($event, index, 'bottom-right')"
>
</div>
<
button
v-if=
"item.isManual && item.showDelete"
<
div
v-if=
"item.isManual && item.showDelete"
class=
"delete-btn"
@
click
.
stop=
"deleteBox(index)"
>
<i
class=
"fa-solid fa-delete-left"
></i
>
</
button
>
<i
mg
src=
"{{ asset('icon/btn-delete.png') }}"
alt=
"delete box"
style=
"width: 20px; height: 20px;"
>
</
div
>
</div>
...
...
Please
register
or
sign in
to post a comment