From 3de38d3530c2db70e2750d85fb59407eaed844af Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 01 Feb 2023 11:52:31 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
---
src/views/home/components/rightContainer.vue | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/src/views/home/components/rightContainer.vue b/src/views/home/components/rightContainer.vue
index 1263d61..0b7d0f8 100644
--- a/src/views/home/components/rightContainer.vue
+++ b/src/views/home/components/rightContainer.vue
@@ -680,12 +680,12 @@
.title {
display: flex;
+ align-items: center;
justify-content: space-between;
+
padding: 0 18px 0 18px;
position: relative;
- text-align: left;
- height: 54px;
- line-height: 54px;
+
font-size: 16px;
font-weight: bold;
font-style: oblique;
@@ -707,8 +707,6 @@
.timer {
width: 250px;
- height: 30px;
- float: right;
}
.regionTotal {
--
Gitblit v1.9.3