Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
ptfw-uniapp
Project
Project
Details
Activity
Releases
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
侯忠英
ptfw-uniapp
Commits
6bffc023
Commit
6bffc023
authored
Jul 24, 2019
by
刘攀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修复
parent
f807e3ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
8 deletions
+7
-8
index.vue
src/components/business/cart-control/index.vue
+1
-2
index.vue
src/components/business/cart/index.vue
+5
-5
main.js
src/main.js
+1
-1
No files found.
src/components/business/cart-control/index.vue
View file @
6bffc023
...
...
@@ -230,9 +230,8 @@
background
:
linear-gradient
(
150deg
,
rgba
(
255
,
178
,
31
,
1
)
,
rgba
(
255
,
97
,
24
,
1
));
height
:
28rpx
;
line-height
:
28rpx
;
min-width
:
auto
;
padding
:
0
10rpx
;
min-width
:
auto
;
min-width
:
20rpx
;
border-radius
:
28rpx
;
font-size
:
20rpx
;
}
...
...
src/components/business/cart/index.vue
View file @
6bffc023
...
...
@@ -810,7 +810,7 @@
height
:
28rpx
;
line-height
:
28rpx
;
padding
:
0
10rpx
;
min-width
:
auto
;
min-width
:
22rpx
;
border-radius
:
28rpx
;
font-size
:
22rpx
;
}
...
...
@@ -1128,7 +1128,7 @@
height
:
28rpx
;
line-height
:
28rpx
;
padding
:
0
10rpx
;
min-width
:
auto
;
min-width
:
22rpx
;
border-radius
:
28rpx
;
font-size
:
22rpx
;
}
...
...
@@ -1242,7 +1242,7 @@
height
:
28rpx
;
line-height
:
28rpx
;
padding
:
0
10rpx
;
min-width
:
auto
;
min-width
:
22rpx
;
border-radius
:
28rpx
;
font-size
:
22rpx
;
}
...
...
@@ -1356,7 +1356,7 @@
height
:
28rpx
;
line-height
:
28rpx
;
padding
:
0
10rpx
;
min-width
:
auto
;
min-width
:
22rpx
;
border-radius
:
28rpx
;
font-size
:
22rpx
;
}
...
...
@@ -1470,7 +1470,7 @@
height
:
28rpx
;
line-height
:
28rpx
;
padding
:
0
10rpx
;
min-width
:
auto
;
min-width
:
22rpx
;
border-radius
:
28rpx
;
font-size
:
22rpx
;
}
...
...
src/main.js
View file @
6bffc023
...
...
@@ -16,7 +16,7 @@ Vue.component('baseQuickNav', baseQuickNav)
Vue
.
component
(
'baseOpenData'
,
baseOpenData
)
function
_formatNum
(
num
)
{
return
num
=
parseFloat
(
parseFloat
(
num
).
toFixed
(
2
).
replace
(
new
RegExp
(
'
\
.00'
,
'g'
)
,
''
))
return
num
=
parseFloat
(
parseFloat
(
num
).
toFixed
(
2
).
replace
(
/
\.
00$/
,
''
))
}
// 注册全局过滤器
...
...
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