39a80c62 by 杨威

背景色调整

1 parent 9c961d21
......@@ -744,7 +744,7 @@
box-sizing: border-box;
padding:20px;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
.box{
background-color: white;
padding: 10px 0;
......
......@@ -32,7 +32,8 @@
:title=item.mc
>
<span class="qsztImg" v-if="item.bblx == 1 || (item.bhqkbsm != ''&& item.bhqkbsm != null)">
<span class="qsztFont" style="color: #9e9b9b"></span>
<!-- <span class="qsztFont" style="color: #9e9b9b"></span> -->
<i class="iconfont iconbian"></i>
</span>
<template v-else>
<span class="qsztImg" v-if="item.qszt=='0'" >
......@@ -479,7 +480,7 @@ export default {
}
.qsztImg{
width: 16px;
border-radius: 50%; height: 20px; width: 20px; display: inline-block;
// border-radius: 50%; height: 20px; width: 20px; display: inline-block;
}
.project-name{
position: relative;
......
......@@ -595,7 +595,7 @@ export default {
.el-main {
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #E7EBF6;
color: #333;
// text-align: center;
// line-height: 160px;
......
......@@ -197,7 +197,7 @@
height: 100%;
}
//background: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
padding: 0;
}
/deep/ .el-tabs__item {
......@@ -215,7 +215,7 @@
display: flex;
flex-direction: column;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
.tips{
color: #9B9B9B;
margin-left: 2px;
......
......@@ -80,7 +80,7 @@
height: 100%;
}
//background: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
padding: 0;
}
/deep/ .el-tabs__item {
......@@ -99,7 +99,7 @@
display: flex;
flex-direction: column;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
.tips{
color: #9B9B9B;
margin-left: 2px;
......
......@@ -71,7 +71,7 @@
height: 100%;
}
//background: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
padding: 0;
}
/deep/ .el-tabs__item {
......
......@@ -40,7 +40,7 @@
height: 100%;
}
//background: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
}
/deep/ .el-tabs__item {
height: 48px;
......
......@@ -171,7 +171,7 @@
height: 100%;
}
//background: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
padding: 0;
}
/deep/ .el-tabs__item {
......@@ -188,7 +188,7 @@
display: flex;
flex-direction: column;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
.tips{
color: #9B9B9B;
margin-left: 2px;
......
......@@ -78,7 +78,7 @@ export default {
height: calc(100% - 40px);
}
//background: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
padding: 0;
}
/deep/ .el-tabs__item {
......
......@@ -251,7 +251,7 @@
height: 100%;
}
//background: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
padding: 0;
}
/deep/ .el-tabs__item {
......@@ -268,7 +268,7 @@
display: flex;
flex-direction: column;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #E7EBF6;
.tips{
color: #9B9B9B;
margin-left: 2px;
......
......@@ -201,7 +201,7 @@
height: 100%;
}
//background: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
padding: 0;
}
/deep/ .el-tabs__item {
......@@ -218,7 +218,7 @@
display: flex;
flex-direction: column;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
.tips{
color: #9B9B9B;
margin-left: 2px;
......
......@@ -111,7 +111,7 @@ export default {
height: 100%;
}
//background: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
padding: 0;
}
/deep/ .el-tabs__item {
......
......@@ -98,7 +98,7 @@ export default {
height: 100%;
}
//background: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
padding: 0;
}
/deep/ .el-tabs__item {
......
......@@ -859,7 +859,7 @@ export default {
.edit {
height: 100%;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
background-color: #EAEDF5;
.tab-header {
border: 1px solid #dedede;
box-sizing: border-box;
......