Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
integral-mall
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
integralMall
integral-mall
Commits
ccdf44fc
Commit
ccdf44fc
authored
May 31, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
df190d98
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
32 deletions
+14
-32
visible.vue
src/components/visible.vue
+7
-1
detail.vue
src/views/goods/coupon/detail.vue
+0
-15
info.vue
src/views/goods/coupon/info.vue
+1
-0
detail.vue
src/views/goods/gift/detail.vue
+4
-14
info.vue
src/views/goods/gift/info.vue
+2
-2
No files found.
src/components/visible.vue
View file @
ccdf44fc
...
...
@@ -314,5 +314,11 @@ font-size: 14px;
}
}
}
.store-tip
{
font-size
:
13px
;
color
:
#909399
;
position
:
absolute
;
left
:
430px
;
top
:
95px
;
}
</
style
>
src/views/goods/coupon/detail.vue
View file @
ccdf44fc
...
...
@@ -1638,21 +1638,6 @@ export default {
.section-tip-content
.el-form-item__label
{
text-align
:
left
!important
;
}
.store-tip
{
font-size
:
13px
;
color
:
#909399
;
position
:
absolute
;
left
:
430px
;
top
:
0px
;
}
.tips
{
font-size
:
12px
;
color
:
rgb
(
144
,
147
,
153
);
margin-left
:
10px
;
display
:
inline-block
;
vertical-align
:
middle
;
line-height
:
32px
;
}
/* 人群筛选器
.gic-people--button {
background: #f2f3f4;
...
...
src/views/goods/coupon/info.vue
View file @
ccdf44fc
<!-- 已经废弃的老详情页,保险起见,未删除-->
<
template
>
<div
class=
"mall-section-container"
>
<div
class=
"mall-content-section"
>
...
...
src/views/goods/gift/detail.vue
View file @
ccdf44fc
...
...
@@ -1535,8 +1535,8 @@ export default {
const
type
=
Number
(
showStore
);
this
.
visibleData
.
sendChildData
.
storeType
=
type
;
// :0所有 1门店分组 2部分门店
if
(
type
==
1
)
{
const
arr
=
storeGroupIds
.
split
(
','
);
this
.
visibleData
.
sendChildData
.
storeGroupIds
=
arr
.
join
(
','
);
const
arr
=
storeGroupIds
&&
storeGroupIds
.
split
(
','
);
this
.
visibleData
.
sendChildData
.
storeGroupIds
=
arr
&&
arr
.
join
(
','
);
}
else
if
(
type
==
2
)
{
this
.
visibleData
.
sendChildData
.
storeIds
=
storeInfo
;
}
...
...
@@ -2659,13 +2659,7 @@ export default {
.section-tip-content
.el-form-item__label
{
text-align
:
left
!important
;
}
.store-tip
{
font-size
:
13px
;
color
:
#909399
;
position
:
absolute
;
left
:
430px
;
top
:
80px
;
}
.tips
{
font-size
:
12px
;
color
:
rgb
(
144
,
147
,
153
);
...
...
@@ -2679,11 +2673,7 @@ export default {
background: #f2f3f4;
padding: 0 0 20px 124px;
} */
.store-tips
{
width
:
200px
;
position
:
absolute
;
left
:
-10px
;
}
.card-style.el-tabs--border-card
{
box-shadow
:
none
!important
;
}
...
...
src/views/goods/gift/info.vue
View file @
ccdf44fc
<!--
废弃
-->
<!--
已经废弃的老详情页,保险起见,未删除
-->
<
template
>
<div
class=
"mall-section-container"
>
<div
class=
"mall-content-section"
>
...
...
@@ -3000,7 +3000,7 @@ export default {
color
:
#909399
;
position
:
absolute
;
left
:
430px
;
top
:
0
px
;
top
:
95
px
;
}
.tips
{
font-size
:
12px
;
...
...
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