Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
4e86a5d3
authored
2022-10-13 16:16:02 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
弹窗
1 parent
f8f608fc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
src/components/tanchuang/index.vue
src/components/tanchuang/redeme.md
src/components/tanchuang/index.vue
View file @
4e86a5d
...
...
@@ -110,9 +110,7 @@ export default {
transform
:
translate
(
-50%
,
-50%
);
border-radius
:
10px
;
}
.ls-head
{
position
:
relative
;
}
.ls-mask-window
b
{
padding-left
:
5px
;
}
...
...
@@ -127,20 +125,16 @@ export default {
}
.ls-mask-content
{
padding
:
20px
;
text-align
:
center
;
position
:
absolute
;
width
:
100%
;
overflow
:
scroll
;
max-height
:
500px
;
}
.ls-mask-footer
{
height
:
65px
;
display
:
flex
;
justify-content
:
center
;
position
:
absolute
;
width
:
100%
;
bottom
:
0px
;
right
:
0px
;
box-shadow
:
0px
0px
2px
0px
;
border-radius
:
0
0
10px
10px
;
}
...
...
src/components/tanchuang/redeme.md
View file @
4e86a5d
...
...
@@ -9,6 +9,7 @@
height:"", //弹窗的高度
editItem: 'ywbl/dbx/aa', // 子组件的路径 相当于你平时img取的路径
formData:this.formData, //父组件传给子组件的参数
btnShow:false,//按钮显隐 false隐藏 true显示
confirmText:"" // 确认按钮的文字
cancelText:"" //取消按钮的文字
cancel: function () {}, //取消事件的回调
...
...
Please
register
or
sign in
to post a comment