Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
1b32db52
Commit
1b32db52
authored
Oct 12, 2022
by
王东红
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://47.99.244.21:9999/root/joshine
parents
df0af4ed
24f72874
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
4 deletions
+23
-4
app/design/frontend/Joshine/breeze/web/css/_custom.less
+20
-4
vendor/jajuma/module-webpimages/Helper/Data.php
+3
-0
No files found.
app/design/frontend/Joshine/breeze/web/css/_custom.less
View file @
1b32db52
...
...
@@ -1916,7 +1916,7 @@ background-color: #000;
}
@media (m
ax
-width: 768px){
@media (m
in
-width: 768px){
.review-list .review-details{
width: 20%;
}
...
...
@@ -1935,7 +1935,6 @@ background-color: #000;
.review-list .review-item{
flex-direction: inherit !important;
}
//显示评论统计
.amreview-summary-details{
display: block !important;
...
...
@@ -1943,6 +1942,23 @@ background-color: #000;
}
//产品评论form表单默认隐藏
//.block.review-add.amreview-submit-form{
// display: none;
//}
//
//.slick-track{
// width: 100% !important;
//}
//.amreview-images.slick-slider .slick-slide{
// width: 100px !important;
//}
.cart-container {
width: 81%;
margin: 0 auto;
}
.block.review-add.amreview-submit-form{
display: none;
}
...
...
@@ -1958,4 +1974,5 @@ background-color: #000;
width: 81%;
margin: 0 auto;
}
}
\ No newline at end of file
}
vendor/jajuma/module-webpimages/Helper/Data.php
View file @
1b32db52
...
...
@@ -458,6 +458,9 @@ class Data extends AbstractHelper
*/
public
function
getImageUrlFromPath
(
$imagePath
)
{
if
(
empty
(
$imagePath
)){
return
;
}
$systemPaths
=
$this
->
getSystemPaths
();
if
(
!
preg_match
(
'/^http/'
,
$imagePath
))
{
foreach
(
$systemPaths
as
$systemPath
)
{
...
...
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