Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
clique-web
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
clique
clique-web
Commits
b3c19dd5
Commit
b3c19dd5
authored
Oct 31, 2022
by
huaying
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: ui
parent
07a77660
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
editIntegralSytem.vue
src/view/companyGroup/membershipSystem/editIntegralSytem.vue
+4
-1
editPointSystem.vue
src/view/companyGroup/membershipSystem/editPointSystem.vue
+4
-1
No files found.
src/view/companyGroup/membershipSystem/editIntegralSytem.vue
View file @
b3c19dd5
...
...
@@ -240,7 +240,7 @@
<add-goods
:goodsListId=
"goodsListId"
:goodsType=
"goodsType"
:goodShow
.
sync=
"goodShow"
:projectName=
"repProjectName"
@
selectGoods=
"selectGoods"
></add-goods>
<!-- 人群筛选器的弹框 -->
<el-dialog
title=
"自定义人群"
:visible
.
sync=
"dialogVisiblePeople"
width=
"
980
px"
>
<el-dialog
title=
"自定义人群"
:visible
.
sync=
"dialogVisiblePeople"
width=
"
1175
px"
>
<div
class=
"select-people"
>
<vue-gic-group-people
:projectName=
"repProjectName"
:useId=
"useId"
:hasSearchData=
"hasSearchData"
:sceneValue=
"sceneValue"
ref=
"peopleFilter"
@
findFilter=
"findFilter"
@
getBackData=
"getBackData"
@
editHide=
"editHide"
@
editShow=
"editShow"
@
hideBtn=
"hideBtn"
></vue-gic-group-people>
<div
v-show=
"toggleTag"
class=
"people-btn-wrap"
>
...
...
@@ -1306,6 +1306,9 @@ export default {
max-height
:
500px
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
/deep/
.filter-button
li
{
margin-bottom
:
10px
;
}
}
.select-people
/
deep
/
.marginLeft134
{
margin-left
:
80px
;
...
...
src/view/companyGroup/membershipSystem/editPointSystem.vue
View file @
b3c19dd5
...
...
@@ -559,7 +559,7 @@
<!-- 添加商品 -->
<add-goods
:goodShow=
"goodShow"
:projectName=
"repProjectName"
@
selectGoods=
"selectGoods"
></add-goods>
<!-- 人群筛选器的弹框 -->
<el-dialog
title=
"自定义人群"
:visible
.
sync=
"dialogVisiblePeople"
:close-on-click-modal=
"false"
width=
"
980
px"
>
<el-dialog
title=
"自定义人群"
:visible
.
sync=
"dialogVisiblePeople"
:close-on-click-modal=
"false"
width=
"
1175
px"
>
<div
class=
"select-people"
>
<vue-gic-group-people
:useId=
"useId"
...
...
@@ -2105,6 +2105,9 @@ export default {
max-height
:
500px
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
/deep/
.filter-button
li
{
margin-bottom
:
10px
;
}
}
.select-people
/
deep
/
.marginLeft134
{
margin-left
:
80px
;
...
...
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