弹窗
Showing
1 changed file
with
5 additions
and
5 deletions
... | @@ -58,9 +58,9 @@ export default { | ... | @@ -58,9 +58,9 @@ export default { |
58 | setTimeout(() => { | 58 | setTimeout(() => { |
59 | if(this.btnShow){ //判断按钮的显影来决定是否需要计算高度 | 59 | if(this.btnShow){ //判断按钮的显影来决定是否需要计算高度 |
60 | if(this.height == 'auto'){ | 60 | if(this.height == 'auto'){ |
61 | this.contentHeight = (this.$refs.contentRef.offsetHeight - 115) + 'px' | 61 | this.contentHeight = (this.$refs.contentRef.offsetHeight - 100) + 'px' |
62 | }else{ | 62 | }else{ |
63 | this.contentHeight =(parseInt(this.height)-parseInt('115px'))+'px'; | 63 | this.contentHeight =(parseInt(this.height)-parseInt('100px'))+'px'; |
64 | } | 64 | } |
65 | }else{ | 65 | }else{ |
66 | if(this.height == 'auto'){ | 66 | if(this.height == 'auto'){ |
... | @@ -132,7 +132,7 @@ export default { | ... | @@ -132,7 +132,7 @@ export default { |
132 | .ls-title { | 132 | .ls-title { |
133 | padding: 16px; | 133 | padding: 16px; |
134 | color: #ffffff; | 134 | color: #ffffff; |
135 | background: linear-gradient(-2deg,#409EFF, transparent) | 135 | background: linear-gradient(3deg,#409EFF, transparent) |
136 | } | 136 | } |
137 | 137 | ||
138 | .ls-title .svg-icon { | 138 | .ls-title .svg-icon { |
... | @@ -146,7 +146,7 @@ export default { | ... | @@ -146,7 +146,7 @@ export default { |
146 | } | 146 | } |
147 | 147 | ||
148 | .ls-mask-footer { | 148 | .ls-mask-footer { |
149 | height: 65px; | 149 | height: 50px; |
150 | display: flex; | 150 | display: flex; |
151 | justify-content: center; | 151 | justify-content: center; |
152 | width: 100%; | 152 | width: 100%; |
... | @@ -172,7 +172,7 @@ export default { | ... | @@ -172,7 +172,7 @@ export default { |
172 | } | 172 | } |
173 | 173 | ||
174 | /deep/.el-button { | 174 | /deep/.el-button { |
175 | margin: 15px 10px; | 175 | margin: 8px 10px; |
176 | width: 75px; | 176 | width: 75px; |
177 | } | 177 | } |
178 | </style> | 178 | </style> | ... | ... |
-
Please register or sign in to post a comment