From 25d4601706fadcfdbdc9cbcc24e89823d7bc9579 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: Thu, 08 Sep 2022 16:32:55 +0800
Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqt
---
src/views/riskWarningSys/warningBigScreen/index.vue | 28 ++++++++++++++++------------
1 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/src/views/riskWarningSys/warningBigScreen/index.vue b/src/views/riskWarningSys/warningBigScreen/index.vue
index b954ce2..b8cd4d4 100644
--- a/src/views/riskWarningSys/warningBigScreen/index.vue
+++ b/src/views/riskWarningSys/warningBigScreen/index.vue
@@ -430,7 +430,7 @@
.header-content {
width: 100%;
- height: 72px;
+ height: 7.8%;
padding: 0 20px;
font-size: 1.25rem;
display: flex;
@@ -444,15 +444,15 @@
align-items: center;
justify-content: center;
img {
- height: 35px;
- width: 128px;
+ width: 10rem;
+ height: auto;
}
}
.title {
width: 46%;
font-size: 2rem;
font-weight: bolder;
- line-height: 72px;
+ line-height: 7.8%;
text-align: center;
letter-spacing: 2px;
}
@@ -468,6 +468,7 @@
.datetime {
color: #11FEEE;
+ font-size: 0.9rem;
}
.btns{
display: flex;
@@ -484,7 +485,8 @@
height: 1rem;
}
div{
- margin-left: 6px;
+ margin-left: 0.4rem;
+ font-size: 0.9rem;
}
}
.themeBtn{
@@ -505,7 +507,7 @@
}
.main-content{
width: 100%;
- height: calc(100vh - 72px);
+ height: calc(100vh - 7.8%);
padding: 0.4rem 1.5rem 2rem;
display: flex;
align-items: center;
@@ -728,7 +730,7 @@
.header-content {
width: 100%;
- height: 72px;
+ height: 7.8%;
padding: 0 20px;
font-size: 1.25rem;
display: flex;
@@ -742,15 +744,15 @@
align-items: center;
justify-content: center;
img {
- height: 35px;
- width: 128px;
+ width: 10rem;
+ height: auto;
}
}
.title {
width: 46%;
font-size: 2rem;
font-weight: bolder;
- line-height: 72px;
+ line-height: 7.8%;
text-align: center;
letter-spacing: 2px;
}
@@ -766,6 +768,7 @@
.datetime {
color: #000;
+ font-size: 0.9rem;
}
.btns{
display: flex;
@@ -782,7 +785,8 @@
height: 1rem;
}
div{
- margin-left: 6px;
+ margin-left: 0.4rem;
+ font-size: 0.9rem;
}
}
.themeBtn{
@@ -803,7 +807,7 @@
}
.main-content{
width: 100%;
- height: calc(100vh - 72px);
+ height: calc(100vh - 7.8%);
padding: 0.4rem 1.5rem 2rem;
display: flex;
align-items: center;
--
Gitblit v1.9.2