|
|
|
@ -334,6 +334,14 @@ onBeforeUnmount(() => { |
|
|
|
transition: border-color 0.2s ease, background 0.2s ease; |
|
|
|
} |
|
|
|
|
|
|
|
:deep(.icon-card .ant-card-body) { |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: center; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
.icon-card:hover { |
|
|
|
background-color: #eef2ff; |
|
|
|
border-color: #4c7af0; |
|
|
|
|