Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
groupPurchase-miniapp
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭佳妮(贵阳日报)
groupPurchase-miniapp
Commits
aa26a40c
Commit
aa26a40c
authored
Aug 15, 2024
by
蔡亮华(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复
parent
20681a88
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
2 deletions
+40
-2
addressEdit.vue
src/pages/address/addressEdit.vue
+20
-1
detail.vue
src/pages/storeEntry/detail.vue
+20
-1
No files found.
src/pages/address/addressEdit.vue
View file @
aa26a40c
...
@@ -178,7 +178,26 @@ async function changeLocation() {
...
@@ -178,7 +178,26 @@ async function changeLocation() {
page
{
page
{
background
:
#f9f9f9
;
background
:
#f9f9f9
;
}
}
:deep
(
#u-a-c
.uni-system-choose-location
.nav
)
{
top
:
20px
!
important
;
background-image
:
none
;
}
:deep
(
#u-a-c
.uni-system-choose-location
.nav-btn
)
{
background-color
:
#007aff
;
border-radius
:
10px
;
}
:deep
(
#u-a-c
.uni-system-choose-location
.nav-btn.back
)
{
background-color
:
#007aff
;
border-radius
:
10px
;
top
:
50px
;
left
:
10px
;
}
:deep
(
#u-a-c
.uni-system-choose-location
.nav-btn.confirm
)
{
background-color
:
#007aff
;
border-radius
:
10px
;
top
:
50px
;
right
:
10px
;
}
.container
{
.container
{
width
:
375
*
2rpx
;
width
:
375
*
2rpx
;
margin
:
0
auto
;
margin
:
0
auto
;
...
...
src/pages/storeEntry/detail.vue
View file @
aa26a40c
...
@@ -748,7 +748,26 @@ async function changeLocation() {
...
@@ -748,7 +748,26 @@ async function changeLocation() {
page
{
page
{
background
:
#fff
;
background
:
#fff
;
}
}
:deep
(
#u-a-c
.uni-system-choose-location
.nav
)
{
top
:
20px
!
important
;
background-image
:
none
;
}
:deep
(
#u-a-c
.uni-system-choose-location
.nav-btn
)
{
background-color
:
#007aff
;
border-radius
:
10px
;
}
:deep
(
#u-a-c
.uni-system-choose-location
.nav-btn.back
)
{
background-color
:
#007aff
;
border-radius
:
10px
;
top
:
50px
;
left
:
10px
;
}
:deep
(
#u-a-c
.uni-system-choose-location
.nav-btn.confirm
)
{
background-color
:
#007aff
;
border-radius
:
10px
;
top
:
50px
;
right
:
10px
;
}
.uni-textarea-placeholder
,
.uni-textarea-placeholder
,
.uni-textarea-line
,
.uni-textarea-line
,
.uni-textarea-compute
,
.uni-textarea-compute
,
...
...
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