2023-02-14 15:33:23 +08:00
|
|
|
.install-card {
|
2023-01-13 16:11:55 +08:00
|
|
|
margin-top: 10px;
|
|
|
|
cursor: pointer;
|
2023-01-16 15:30:24 +08:00
|
|
|
padding: 10px;
|
2023-01-13 16:11:55 +08:00
|
|
|
|
|
|
|
|
|
|
|
.a-detail {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.d-name {
|
|
|
|
height: 20%;
|
|
|
|
.name {
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 18px;
|
2023-02-14 14:17:22 +08:00
|
|
|
color: var(--panel-text-color);
|
2023-01-13 16:11:55 +08:00
|
|
|
}
|
|
|
|
.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;
|
2023-02-17 16:39:54 +08:00
|
|
|
color: var(--el-text-color-regular);
|
2023-01-13 16:11:55 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.d-button {
|
|
|
|
margin-top: 10px;
|
2023-03-01 16:18:10 +08:00
|
|
|
min-width: 440px;
|
2023-01-13 16:11:55 +08:00
|
|
|
}
|
|
|
|
}
|
2023-02-10 17:40:15 +08:00
|
|
|
&:hover {
|
|
|
|
background-color: rgba(0, 94, 235, 0.03);
|
|
|
|
}
|
2023-01-13 16:11:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.table-button {
|
|
|
|
display: inline;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2023-01-30 17:24:46 +08:00
|
|
|
.app-divider {
|
2023-01-13 16:11:55 +08:00
|
|
|
margin-top: 5px;
|
|
|
|
border: 0;
|
2023-02-10 17:40:15 +08:00
|
|
|
border-top: var(--panel-border);
|
2023-01-13 16:11:55 +08:00
|
|
|
}
|
2023-02-01 15:50:39 +08:00
|
|
|
|
|
|
|
.update-prompt {
|
|
|
|
text-align: center;
|
2023-02-03 13:59:17 +08:00
|
|
|
margin-top: 100px;
|
|
|
|
|
2023-02-01 15:50:39 +08:00
|
|
|
span {
|
|
|
|
color: #bbbfc4;
|
|
|
|
}
|
2023-02-03 13:59:17 +08:00
|
|
|
|
|
|
|
img {
|
|
|
|
width: 300px;
|
|
|
|
height: 300px;
|
|
|
|
}
|
2023-02-01 15:50:39 +08:00
|
|
|
}
|
2023-02-06 11:45:22 +08:00
|
|
|
|
|
|
|
.tag-button {
|
|
|
|
margin-right: 10px;
|
|
|
|
&.no-active {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|