Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
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
8bdef0c5
authored
Aug 26, 2020
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整购物车样式
parent
e5dbf226
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
public/css/detail.css
resources/views/addOrder/content.blade.php
public/css/detail.css
View file @
8bdef0c5
...
...
@@ -161,6 +161,11 @@ li {
width
:
100px
;
}
@media
screen
and
(
max-width
:
1550px
)
{
.shop-lists
input
{
width
:
80px
;
}
.select-standard-brand
{
width
:
20px
;
}
}
.amount-section
{
margin-top
:
40px
;
text-align
:
right
;
...
...
resources/views/addOrder/content.blade.php
View file @
8bdef0c5
...
...
@@ -413,12 +413,12 @@
<table
class=
"table table-bordered table-hover shop-table"
>
<thead>
<tr>
<th
width=
"
5
%"
>
序号
</th>
<th
width=
"
4
%"
>
序号
</th>
<th
width=
"10%"
>
SKUID
</th>
<th
width=
"10%"
>
商品名称
</th>
<th
width=
"10%"
>
制造商
</th>
<th
width=
"10%"
>
标准品牌
</th>
<th
width=
"
5
%"
>
倍数
</th>
<th
width=
"
4
%"
>
倍数
</th>
<th
width=
"8%"
>
采购数量
</th>
<th
width=
"7%"
>
采购单价
</th>
<th
width=
"7%"
>
小计
</th>
...
...
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