Browse Source

Merge pull request '```' (#100) from cjl-new into master

Reviewed-on: http://120.26.116.243:3000/root/alert-front/pulls/100
pull/101/head
chenjiale 3 weeks ago
parent
commit
c4f4188359
  1. 8
      src/views/model/list/ModelCard.vue

8
src/views/model/list/ModelCard.vue

@ -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;

Loading…
Cancel
Save