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
a28c8a50
authored
2022-10-13 17:55:07 +0800
by
liangyifan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
弹窗
1 parent
595beed7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
src/components/tanchuang/index.vue
src/components/tanchuang/index.vue
View file @
a28c8a5
...
...
@@ -58,9 +58,9 @@ export default {
setTimeout
(()
=>
{
if
(
this
.
btnShow
){
//判断按钮的显影来决定是否需要计算高度
if
(
this
.
height
==
'auto'
){
this
.
contentHeight
=
(
this
.
$refs
.
contentRef
.
offsetHeight
-
1
15
)
+
'px'
this
.
contentHeight
=
(
this
.
$refs
.
contentRef
.
offsetHeight
-
1
00
)
+
'px'
}
else
{
this
.
contentHeight
=
(
parseInt
(
this
.
height
)
-
parseInt
(
'1
15
px'
))
+
'px'
;
this
.
contentHeight
=
(
parseInt
(
this
.
height
)
-
parseInt
(
'1
00
px'
))
+
'px'
;
}
}
else
{
if
(
this
.
height
==
'auto'
){
...
...
@@ -132,7 +132,7 @@ export default {
.ls-title
{
padding
:
16px
;
color
:
#ffffff
;
background
:
linear-gradient
(
-2
deg
,
#409EFF
,
transparent
)
background
:
linear-gradient
(
3
deg
,
#409EFF
,
transparent
)
}
.ls-title
.svg-icon
{
...
...
@@ -146,7 +146,7 @@ export default {
}
.ls-mask-footer
{
height
:
65
px
;
height
:
50
px
;
display
:
flex
;
justify-content
:
center
;
width
:
100%
;
...
...
@@ -172,7 +172,7 @@ export default {
}
/
deep
/
.el-button
{
margin
:
15
px
10px
;
margin
:
8
px
10px
;
width
:
75px
;
}
</
style
>
...
...
Please
register
or
sign in
to post a comment