Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
1 changed file
with
2 additions
and
2 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-07-25 16:08:30 | 4 | * @LastEditTime: 2023-08-03 14:50:08 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <transition name="msgbox-fade"> | 7 | <transition name="msgbox-fade"> |
| ... | @@ -136,7 +136,6 @@ | ... | @@ -136,7 +136,6 @@ |
| 136 | } | 136 | } |
| 137 | 137 | ||
| 138 | .ls-mask-window { | 138 | .ls-mask-window { |
| 139 | background: white; | ||
| 140 | position: relative; | 139 | position: relative; |
| 141 | left: 50%; | 140 | left: 50%; |
| 142 | top: 50%; | 141 | top: 50%; |
| ... | @@ -162,6 +161,7 @@ | ... | @@ -162,6 +161,7 @@ |
| 162 | } | 161 | } |
| 163 | 162 | ||
| 164 | .mask-content { | 163 | .mask-content { |
| 164 | background: #ffffff; | ||
| 165 | padding: 20px; | 165 | padding: 20px; |
| 166 | width: 100%; | 166 | width: 100%; |
| 167 | min-height: 30%; | 167 | min-height: 30%; | ... | ... |
-
Please register or sign in to post a comment