风格统一化
This commit is contained in:
@@ -1259,24 +1259,12 @@ input:checked+.slider:before {
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
.detail-partitions-container {
|
||||
padding: 20px;
|
||||
border-top: 1px solid var(--border-color);
|
||||
}
|
||||
|
||||
.detail-section-title {
|
||||
font-size: 0.8rem;
|
||||
font-weight: 700;
|
||||
color: var(--text-muted);
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05em;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
/* Partitions List for detail view */
|
||||
.detail-partitions-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
padding: 16px; /* Match metric header padding horizontal */
|
||||
}
|
||||
|
||||
.partition-row {
|
||||
|
||||
@@ -477,7 +477,7 @@
|
||||
</svg>
|
||||
</div>
|
||||
<div class="metric-item-content" id="partitionContent">
|
||||
<div class="detail-partitions-list" id="detailPartitionsList" style="padding: 15px;"></div>
|
||||
<div class="detail-partitions-list" id="detailPartitionsList"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user