diff --git a/src/views/reports/components/Statuses.vue b/src/views/reports/components/Statuses.vue index 3fefdfe7..a385a700 100644 --- a/src/views/reports/components/Statuses.vue +++ b/src/views/reports/components/Statuses.vue @@ -3,15 +3,22 @@
- -
- {{ status.content }} + @@ -121,6 +125,7 @@ export default { } .status-account-name { margin: 0; + height: 22px; } .status-body { display: flex; @@ -135,6 +140,37 @@ export default { .status-header { display: flex; justify-content: space-between; - + } + @media + only screen and (max-width: 760px), + (min-device-width: 768px) and (max-device-width: 1024px) { + .el-message { + min-width: 80%; + } + .el-message-box { + width: 80%; + } + .status-card { + .el-card__header { + padding: 10px 17px + } + .el-tag { + margin: 3px 4px 3px 0; + } + .status-account-container { + margin-bottom: 5px; + } + .status-actions-button { + margin: 3px 0 3px; + } + .status-actions { + display: flex; + flex-wrap: wrap; + } + .status-header { + display: flex; + flex-direction: column; + } + } } diff --git a/src/views/reports/components/TimelineItem.vue b/src/views/reports/components/TimelineItem.vue index a4b77cd5..63cc2c26 100644 --- a/src/views/reports/components/TimelineItem.vue +++ b/src/views/reports/components/TimelineItem.vue @@ -2,7 +2,10 @@
-

Report on {{ report.account.display_name }}

+
+

Report on {{ report.account.display_name }}

+
ID: {{ report.id }}
+
{{ capitalizeFirstLetter(report.state) }} @@ -15,7 +18,6 @@
-
ID: {{ report.id }}
Account: @@ -132,11 +134,11 @@ export default { display: flex; justify-content: space-between; align-items: baseline; - height: 30px; + height: 40px; } .id { color: gray; - margin: 0 0 12px; + margin-top: 6px; } .line { width: 100%; @@ -185,8 +187,15 @@ export default { @media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { - .confirm-message { - width: 98%; + .timeline-item-container { + .header-container { + display: flex; + flex-direction: column; + height: 80px; + } + .id { + margin: 6px 0 0 0; + } } } diff --git a/src/views/reports/index.vue b/src/views/reports/index.vue index da451a1c..63a830ae 100644 --- a/src/views/reports/index.vue +++ b/src/views/reports/index.vue @@ -73,10 +73,13 @@ only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { .reports-container { h1 { - margin: 7px 10px 7px 10px; + margin: 7px 10px 15px 10px; } .filter-container { - margin: 0 10px 7px 10px + margin: 0 10px + } + .timeline { + margin: 20px 20px 20px 18px } } } diff --git a/src/views/users/index.vue b/src/views/users/index.vue index b1484e01..c7f9ba94 100644 --- a/src/views/users/index.vue +++ b/src/views/users/index.vue @@ -314,7 +314,7 @@ only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { .users-container { h1 { - margin: 7px 10px 7px 10px; + margin: 7px 10px 15px 10px; } .actions-container { display: flex;