From b82ee6ff0b5499b16ccd4372639fe88d94c93343 Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Fri, 4 Dec 2020 01:54:21 +0300 Subject: [PATCH] Tablet UI for report show page --- src/views/reports/show.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/reports/show.vue b/src/views/reports/show.vue index 72a9debe..b62efe3b 100644 --- a/src/views/reports/show.vue +++ b/src/views/reports/show.vue @@ -162,7 +162,7 @@ export default { font-size: 14px; } } -@media only screen and (max-width:480px) { +@media only screen and (max-width:801px) { .report-show-page-container { .id { margin: 7px 15px 15px 15px; @@ -187,11 +187,13 @@ export default { margin: 0 5px 0 9px; } } - .report-tag { - height: 32px; - line-height: 32px; - font-size: 14px; - } + } +} +@media only screen and (max-width:480px) { + .report-tag { + height: 32px; + line-height: 32px; + font-size: 14px; } }