证书背景色
Showing
1 changed file
with
5 additions
and
1 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: | 2 | * @Description: |
| 3 | * @Autor: renchao | 3 | * @Autor: renchao |
| 4 | * @LastEditTime: 2023-08-24 15:38:52 | 4 | * @LastEditTime: 2023-08-29 09:24:48 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="szxx"> | 7 | <div class="szxx"> |
| ... | @@ -296,6 +296,10 @@ | ... | @@ -296,6 +296,10 @@ |
| 296 | .szxx_header{ | 296 | .szxx_header{ |
| 297 | color: #303133; | 297 | color: #303133; |
| 298 | } | 298 | } |
| 299 | // 证书背景色 | ||
| 300 | /deep/.el-card__header { | ||
| 301 | background-color: #e2dfe0; | ||
| 302 | } | ||
| 299 | } | 303 | } |
| 300 | .bg-red{ | 304 | .bg-red{ |
| 301 | .szxx_header{ | 305 | .szxx_header{ | ... | ... |
-
Please register or sign in to post a comment