Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9942b2fc
authored
Dec 01, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
b658ea7c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
3 deletions
resources/views/admin/pages/order-page.blade.php
resources/views/admin/pages/order-page.blade.php
View file @
9942b2fc
...
...
@@ -83,12 +83,22 @@
font
-
size
:
16
px
;
font
-
weight
:
bold
;
}
@
if
(
$info
[
"lang"
]
==
2
)
.
en
-
form
.
layui
-
inline
.
layui
-
form
-
label
{
width
:
169
px
;
}
.
en
-
form
.
layui
-
inline
.
layui
-
input
-
block
{
margin
-
left
:
169
px
;
}
@
endif
</
style
>
<
section
class
="
order
-
page
">
<input type="
hidden
" id="
order_id
" value="
{{
$info
[
'receiveInfo'
][
'order_id'
]}}
">
<!--基本信息-->
<div class="
layui
-
card
">
<div class="
layui
-
card
en
-
form
">
<div class="
layui
-
card
-
header
">
{
{admin_trans("order.order_page.基本信息")}
}
</div>
<div class="
layui
-
card
-
body
layui
-
form
">
<div class="
layui
-
inline
">
...
...
@@ -439,8 +449,8 @@
</div>
</script>
<script>
var translation
= <?php echo json_encode(
$info["translation"]
); ?>;
var lang = <?php echo
$info["lang"]
; ?>;
var translation
= <?php echo json_encode(
$info["translation"]
); ?>;
var lang = <?php echo
$info["lang"]
; ?>;
</script>
<script type="
text
/
javascript
" src="
/
assets
/
js
/
order
/
index
.
js
?
v
=
{{
time
()}}
"></script>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment