spring
2025-10-14 6322854f330655cb409c1574a3743b55d87e1a99
src/pages/production/twist/components/StatisticsModal.vue
@@ -145,9 +145,12 @@
<style lang="scss" scoped>
.statistics-modal {
  width: 320px;
  max-height: 70vh;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.modal-header {
@@ -156,6 +159,7 @@
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  flex-shrink: 0;
  .title {
    font-size: 18px;
@@ -166,6 +170,9 @@
.modal-content {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
}
.summary-section {
@@ -240,6 +247,7 @@
  gap: 12px;
  padding: 16px 20px;
  border-top: 1px solid #f0f0f0;
  flex-shrink: 0;
  .cancel-btn {
    flex: 1;