style:系统通知
Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -268,6 +268,11 @@ export default { | ... | @@ -268,6 +268,11 @@ export default { |
| 268 | }; | 268 | }; |
| 269 | </script> | 269 | </script> |
| 270 | <style scoped> | 270 | <style scoped> |
| 271 | /deep/.el-message-box { | ||
| 272 | width: 500px; | ||
| 273 | max-height: 95%; | ||
| 274 | } | ||
| 275 | |||
| 271 | /deep/.message-title { | 276 | /deep/.message-title { |
| 272 | font-size: 18px; | 277 | font-size: 18px; |
| 273 | font-weight: 700; | 278 | font-weight: 700; | ... | ... |
-
Please register or sign in to post a comment