调整样式

This commit is contained in:
Vce 2024-06-03 14:17:09 +08:00
parent 1cd412f169
commit bc6146abaf
5 changed files with 30 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -601,17 +601,24 @@ onMounted(async () => {
color: white !important; color: white !important;
> div { > div {
padding: 2px 0; // padding: 2px 0;
height: 13%; height: 13%;
font-size: 16px; // font-size: 16px;
width: 200px; font-size: 13px;
font-weight: normal;
line-height: 25px;
width: 140px;
text-align: center; text-align: center;
background-color: #315296; // background-color: #315296;
background: rgb(0,33,116);
background: linear-gradient(270deg, rgba(0,33,116,0.8) 0%, rgba(40,88,184,0.3) 96%);
cursor: pointer; cursor: pointer;
} }
.title-color { .title-color {
background-color: #1449b6; // background-color: #1449b6;
background: rgb(0,33,116);
background: linear-gradient(270deg, rgba(0,33,116,1) 0%, rgba(40,88,184,1) 96%);
} }
} }
.notoDta { .notoDta {

View File

@ -49,7 +49,7 @@ const openPeopleCountDialog = (index:any) => {
height: 24.5%; height: 24.5%;
} }
.leftBottom { .leftBottom {
height: 65%; height: 75.5%;
margin: 3% 0 3% 0; margin: 3% 0 3% 0;
} }
} }
@ -62,13 +62,14 @@ const openPeopleCountDialog = (index:any) => {
// margin-bottom: 3%; // margin-bottom: 3%;
} }
.centerBottom { .centerBottom {
height: 44.2%; height: 45.85%;
margin: 2% 0 0 0; margin: 2% 0 0 0;
} }
} }
.right { .right {
width: 26%; width: 26%;
height: 100%; height: 109.2%;
transform: translateY(-70px);
// .rightAll { // .rightAll {
// height: 32%; // height: 32%;
// } // }

View File

@ -166,7 +166,7 @@ function drawBar() {
top: "8%", top: "8%",
right: "0", right: "0",
left:"5%", left:"5%",
bottom: "12%", bottom: "10%",
}, },
series: [{ series: [{
@ -249,7 +249,7 @@ onMounted(async () => {
height: 92.5%; height: 92.5%;
.contentTop { .contentTop {
padding: 0 10px; padding: 0 10px;
height: 40%; height: 50%;
// background-color: #fff; // background-color: #fff;
font-size: 13px; font-size: 13px;
.line1{ .line1{
@ -309,7 +309,7 @@ onMounted(async () => {
} }
.centerBottom { .centerBottom {
height: 60%; height: 50%;
position: relative; position: relative;
.cbTop { .cbTop {

View File

@ -1265,16 +1265,22 @@ onMounted(async () => {
color: white !important; color: white !important;
> div { > div {
padding: 2px 0; // padding: 2px 0;
font-size: 16px; font-size: 13px;
line-height: 25px;
width: 200px; width: 200px;
width: 140px;
text-align: center; text-align: center;
background-color: #315296; // background-color: #315296;
background: rgb(0,33,116);
background: linear-gradient(270deg, rgba(0,33,116,0.8) 0%, rgba(40,88,184,0.3) 96%);
cursor: pointer; cursor: pointer;
} }
.title-color { .title-color {
background-color: #1449b6; // background-color: #1449b6;
background: rgb(0,33,116);
background: linear-gradient(270deg, rgba(0,33,116,1) 0%, rgba(40,88,184,1) 96%);
} }
} }
@ -1362,7 +1368,7 @@ onMounted(async () => {
} }
.ctContent { .ctContent {
height: 72%; height: 80%;
// background-color: darkred; // background-color: darkred;
} }
} }