fix: 采集器仪表盘 运维管理仪表盘样式微调

This commit is contained in:
jackhoo_98 2023-03-28 16:14:05 +08:00
parent 407f3a8758
commit da00041536
6 changed files with 7 additions and 7 deletions

View File

@ -132,7 +132,6 @@ watch(
height: 100%;
padding: 24px;
background-color: #fff;
box-shadow: 0px 2.73036px 5.46071px rgba(31, 89, 245, 0.2);
border-radius: 2px;
margin-top: 24px;
}

View File

@ -189,7 +189,7 @@ watch(
height: 100%;
padding: 24px;
background-color: #fff;
box-shadow: 0px 2.73036px 5.46071px rgba(31, 89, 245, 0.2);
// box-shadow: 0px 2.73036px 5.46071px rgba(31, 89, 245, 0.2);
border-radius: 2px;
}
.header {

View File

@ -193,7 +193,7 @@ watch(
height: 100%;
padding: 24px;
background-color: #fff;
box-shadow: 0px 2.73036px 5.46071px rgba(31, 89, 245, 0.2);
// box-shadow: 0px 2.73036px 5.46071px rgba(31, 89, 245, 0.2);
border-radius: 2px;
}
.header {

View File

@ -209,7 +209,7 @@ watch(
height: 100%;
padding: 24px;
background-color: #fff;
box-shadow: 0px 2.73036px 5.46071px rgba(31, 89, 245, 0.2);
// box-shadow: 0px 2.73036px 5.46071px rgba(31, 89, 245, 0.2);
border-radius: 2px;
}
.header {

View File

@ -129,7 +129,7 @@ watch(
flex-wrap: wrap;
height: 100%;
background-color: #fff;
box-shadow: 0px 2.73036px 5.46071px rgba(31, 89, 245, 0.2);
// box-shadow: 0px 2.73036px 5.46071px rgba(31, 89, 245, 0.2);
border-radius: 2px;
justify-content: space-between;
.dash-board-item {

View File

@ -122,8 +122,9 @@ export default {
height: 150px;
padding: 16px;
background-color: #fff;
box-shadow: 0px 2.73036px 5.46071px rgba(31, 89, 245, 0.2);
// box-shadow: 0px 2.73036px 5.46071px rgba(31, 89, 245, 0.2);
border: 1px solid #e0e4e8;
border-radius: 2px;
.echarts-item-left {
display: flex;
flex-direction: column;