refactor(QualityStatisticsCard): 移除翻牌器组件并调整高度样式
移除不再使用的翻牌器组件代码,同时调整卡片高度以适应新的布局需求
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<!-- 第一行:统计数据翻牌器区域 -->
|
||||
<div class="first-row">
|
||||
<div class="statistics-section">
|
||||
<div class="flip-card-container">
|
||||
<!-- <div class="flip-card-container">
|
||||
<div class="flip-card">
|
||||
<div class="flip-card-label">报表数量</div>
|
||||
<div class="flip-card-value">{{ statistics.totalRecords }}</div>
|
||||
@@ -35,7 +35,7 @@
|
||||
<div class="flip-card-label">不合格品总数</div>
|
||||
<div class="flip-card-value scrap">{{ statistics.totalScrap }}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!-- 时间范围切换 -->
|
||||
<div class="time-range-switch">
|
||||
@@ -621,7 +621,7 @@ export default {
|
||||
.first-row {
|
||||
width: 100%;
|
||||
flex-shrink: 0;
|
||||
height: 200px !important;
|
||||
height: 120px !important;
|
||||
margin-bottom: 10px; /* 减小底部间距 */
|
||||
}
|
||||
|
||||
@@ -943,7 +943,7 @@ export default {
|
||||
/* 大屏响应式调整 */
|
||||
@media (min-width: 1600px) and (max-width: 1919px) {
|
||||
.first-row {
|
||||
height: 200px !important;
|
||||
height: 120px !important;
|
||||
}
|
||||
|
||||
.flip-card-value {
|
||||
|
||||
Reference in New Issue
Block a user