弹窗
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -131,7 +131,7 @@ export default { | ... | @@ -131,7 +131,7 @@ export default { |
| 131 | .ls-title { | 131 | .ls-title { |
| 132 | padding: 16px; | 132 | padding: 16px; |
| 133 | color: #ffffff; | 133 | color: #ffffff; |
| 134 | background: linear-gradient(-2deg, #409EFF, transparent; background: linear-gradient(3deg, #409EFF, transparent)); | 134 | background: linear-gradient(3deg, #409EFF, transparent); |
| 135 | } | 135 | } |
| 136 | 136 | ||
| 137 | .ls-title .svg-icon { | 137 | .ls-title .svg-icon { | ... | ... |
-
Please register or sign in to post a comment