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 11:37:55 +0700
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
ad395fb924613693a51da319f6aaa7e49d543fb1
ad395fb9
1 parent
6e8d2e23
resize box
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/css/ocr.css
resources/views/ocr/index.blade.php
public/css/ocr.css
View file @
ad395fb
...
...
@@ -7,7 +7,7 @@ body {
display
:
flex
;
gap
:
20px
;
padding
:
20px
;
}
.
lef
t-panel
{
.
righ
t-panel
{
width
:
500px
;
background
:
#fff
;
padding
:
15px
;
border-radius
:
8px
;
box-shadow
:
0
0
5px
rgba
(
0
,
0
,
0
,
0.1
);
}
...
...
@@ -27,7 +27,7 @@ body {
border-radius
:
4px
;
}
.
righ
t-panel
{
.
lef
t-panel
{
flex
:
1
;
position
:
relative
;
background
:
#eee
;
...
...
resources/views/ocr/index.blade.php
View file @
ad395fb
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment