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
77f299d6
Commit
77f299d6
authored
Nov 22, 2022
by
lmf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化上一步样式
parent
0f5021f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
18 deletions
+2
-18
app/design/frontend/Joshine/breeze/Magento_Checkout/web/template/minicart/content.html
+2
-18
No files found.
app/design/frontend/Joshine/breeze/Magento_Checkout/web/template/minicart/content.html
View file @
77f299d6
...
...
@@ -55,9 +55,6 @@
<each
args=
"getRegion('subtotalContainer')"
render=
""
></each>
</div>
</if>
<ifnot
args=
"getCartParam('summary_count')"
>
<strong
class=
"subtitle empty"
translate=
"'You have no items in your shopping cart.'"
></strong>
...
...
@@ -72,22 +69,9 @@
</div>
</if>
</ifnot>
<div
class=
"actions"
if=
"getCartParam('summary_count')"
>
<div
class=
"secondary"
>
<button
id=
"top-cart-btn-viewcart"
type=
"button"
class=
"action viewcart"
data-action=
"close"
data-bind=
"attr: {href: shoppingCartUrl}"
translate=
"'View and Edit Cart'"
style=
"background: #ffa800;"
>
</button>
</div>
</div>
<div
class=
"actions"
if=
"getCartParam('summary_count')"
>
<div
class=
"secondary"
>
<a
class=
"action viewcart"
data-bind=
"attr: {href: shoppingCartUrl}"
>
<div
class=
"secondary"
style=
"background: #ffa800;width: 100%;color: #fff;font-size: 18px;height: 35px;"
>
<a
class=
"action viewcart"
data-bind=
"attr: {href: shoppingCartUrl}"
style=
"vertical-align: sub;color: #ffff;"
>
<span
translate=
"'View and Edit Cart'"
></span>
</a>
</div>
...
...
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