diff --git a/app/DataBase/output_pc.py b/app/DataBase/output_pc.py index 56abf26..a9e8e15 100644 --- a/app/DataBase/output_pc.py +++ b/app/DataBase/output_pc.py @@ -458,6 +458,25 @@ class ChildThread(QThread): align-items: center; justify-content: center; } + + .modal { + display: none; + position: fixed; + z-index: 9999; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0.8); + } + + .modal-image { + display: block; + max-width: 90%; + max-height: 90%; + margin: auto; + margin-top: 5%; + } .container{ height: 760px; width: 900px; @@ -681,6 +700,9 @@ input {
+