소스 검색

[FIX] ticket summary items wrapper

Gogs 7 년 전
부모
커밋
f6a131a67d
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/components/SummaryDisplay.vue

+ 6 - 0
src/components/SummaryDisplay.vue

@@ -3,6 +3,7 @@
         .ticket-summary
             .ticket-summary-header
                 h3 Compañía
+            .ticket-items-wrapper
             .ticket-summary-footer
                 div
                     .ticket-summary-footer-left
@@ -65,4 +66,9 @@
             .ticket-summary-footer
                 height: 45px
                 bottom: 0
+
+            .ticket-items-wrapper
+                width: 320px
+                height: 340px
+                margin: 65px 15px 45px 15px
 </style>