Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
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
黄媛媛
ElectricitySheep
Commits
7d406101
Commit
7d406101
authored
Jun 18, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ce8e56c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
addSchoolAndCompany.vue
src/components/education/addSchoolAndCompany.vue
+10
-3
No files found.
src/components/education/addSchoolAndCompany.vue
View file @
7d406101
...
...
@@ -62,11 +62,12 @@
>
</div>
<el-dialog
title=
"分销商列表"
:visible
.
sync=
"showDialog"
width=
"500px"
>
<div
style=
"padding: 0 20px; background: #fff"
>
<div
style=
"padding: 0 20px; background: #fff"
class=
"digbox"
>
<el-input
v-model=
"DistributorMsg.NickName"
style=
"margin-bottom: 10px"
placeholder=
"输入会员昵称"
size=
"small"
>
<el-button
slot=
"append"
...
...
@@ -109,8 +110,10 @@
</el-pagination>
</div>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"showDialog = false"
type=
"primary"
>
关闭
</el-button>
<el-button
@
click=
"confirm"
type=
"primary"
>
确定
</el-button>
<el-button
@
click=
"showDialog = false"
size=
"small"
type=
"primary"
>
关闭
</el-button
>
<el-button
@
click=
"confirm"
size=
"small"
type=
"primary"
>
确定
</el-button>
</span>
</el-dialog>
</div>
...
...
@@ -338,4 +341,8 @@ export default {
border-radius
:
0%
;
margin-right
:
10px
;
}
.digbox
{
height
:
60vh
;
overflow-y
:
scroll
;
}
</
style
>
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