Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
A
addcpm-json
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Александр Чаплыгин
addcpm-json
Commits
4109bae4
Commit
4109bae4
authored
May 23, 2019
by
Александр Чаплыгин
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Правка ячейки basket для длинных foreignId
parent
7135acb4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
styles-feeds-stat.css
src/public/css/styles-feeds-stat.css
+6
-6
Statistics.php
src/src/App/Model/Statistics.php
+1
-1
No files found.
src/public/css/styles-feeds-stat.css
View file @
4109bae4
...
...
@@ -274,7 +274,7 @@ input[type="checkbox"]
.table.table-striped.admin.viewid
thead
tr
th
.Basket
.basket-link
{
width
:
4
5
0px
;
width
:
4
4
0px
;
}
.table.table-striped.admin.viewid
thead
tr
th
.Basket
.quantity
,
...
...
@@ -356,7 +356,7 @@ input[type="checkbox"]
table
.viewid
.b-basket-content
.basket-link
{
display
:
inline-block
;
width
:
4
5
0px
;
width
:
4
4
0px
;
font-size
:
11px
;
font-weight
:
bold
;
}
...
...
@@ -369,11 +369,10 @@ input[type="checkbox"]
word-break
:
break-word
;
}
table
.viewid
.b-basket-content
.quantity
,
table
.viewid
.b-basket-content
.price
table
.viewid
.b-basket-content
.quantity
{
width
:
50px
;
text-align
:
right
;
text-align
:
center
;
}
.b-basket-content
.quantity
...
...
@@ -392,8 +391,9 @@ input[type="checkbox"]
table
.viewid
.b-basket-content
.price
{
width
:
60px
;
white-space
:
nowrap
;
padding-left
:
4px
;
text-align
:
right
;
}
...
...
src/src/App/Model/Statistics.php
View file @
4109bae4
...
...
@@ -294,7 +294,7 @@ class Statistics
);
//return $dataRequest;
$stats
=
$this
->
apiRequest
(
$dataRequest
);
//
$stats = $this->apiRequest($dataRequest);
//return $stats;
try
{
...
...
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