2023-01-13 16:11:55 +08:00
|
|
|
.app-card {
|
|
|
|
height: 140px;
|
|
|
|
margin-top: 10px;
|
|
|
|
cursor: pointer;
|
2023-01-16 15:30:24 +08:00
|
|
|
padding: 10px;
|
2023-01-13 16:11:55 +08:00
|
|
|
|
|
|
|
.icon {
|
2023-01-16 15:30:24 +08:00
|
|
|
// margin-top: 10px;
|
2023-01-13 16:11:55 +08:00
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.a-detail {
|
2023-01-16 15:30:24 +08:00
|
|
|
// margin-top: 10px;
|
2023-01-13 16:11:55 +08:00
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.d-name {
|
|
|
|
height: 20%;
|
|
|
|
.name {
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 18px;
|
|
|
|
color: #1f2329;
|
|
|
|
}
|
|
|
|
.status {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
.h-button {
|
|
|
|
float: right;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.d-description {
|
|
|
|
margin-top: 10px;
|
|
|
|
overflow: hidden;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
.el-tag {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.description {
|
|
|
|
margin-top: 10px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #646a73;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.d-button {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-card:hover {
|
|
|
|
background-color: rgba(0, 94, 235, 0.03);
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-button {
|
|
|
|
display: inline;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tag-button {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divider {
|
|
|
|
margin-top: 5px;
|
|
|
|
border: 0;
|
|
|
|
border-top: 1px solid #f2f2f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.el-avatar {
|
2023-01-16 15:30:24 +08:00
|
|
|
--el-avatar-bg-color: #ffffff;
|
2023-01-13 16:11:55 +08:00
|
|
|
}
|