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
1b0bdc1d
Commit
1b0bdc1d
authored
Feb 01, 2023
by
lmf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化支付页面样式
parent
7aa0fa42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
7 deletions
+2
-7
app/code/Rokanthemes/OnePageCheckout/view/frontend/web/template/billing-address.html
+2
-7
No files found.
app/code/Rokanthemes/OnePageCheckout/view/frontend/web/template/billing-address.html
View file @
1b0bdc1d
<style>
<style>
@media
(
min-width
:
1024px
){
@media
(
max-width
:
1023px
){
.action-update-cancel
{
margin-left
:
0%
;
}
}
@media
(
max-width
:
1024px
){
.action-update-cancel
{
.action-update-cancel
{
height
:
120px
;
height
:
120px
;
}
}
...
@@ -29,7 +24,7 @@
...
@@ -29,7 +24,7 @@
<fieldset
class=
"fieldset"
data-bind=
"visible: !isAddressDetailsVisible()"
>
<fieldset
class=
"fieldset"
data-bind=
"visible: !isAddressDetailsVisible()"
>
<!-- ko template: 'Magento_Checkout/billing-address/list' --><!-- /ko -->
<!-- ko template: 'Magento_Checkout/billing-address/list' --><!-- /ko -->
<!-- ko template: 'Magento_Checkout/billing-address/form' --><!-- /ko -->
<!-- ko template: 'Magento_Checkout/billing-address/form' --><!-- /ko -->
<div
class=
"actions-toolbar action-update-cancel"
>
<div
class=
"actions-toolbar action-update-cancel"
style=
"margin-left: 0%;"
>
<div
class=
"primary"
>
<div
class=
"primary"
>
<button
class=
"action action-update"
type=
"button"
data-bind=
"click: updateAddress"
>
<button
class=
"action action-update"
type=
"button"
data-bind=
"click: updateAddress"
>
<span
data-bind=
"i18n: 'Update'"
></span>
<span
data-bind=
"i18n: 'Update'"
></span>
...
...
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