68406e82 by 焦泽平

底色修改样式

1 parent fb42c755
......@@ -743,7 +743,9 @@
height: 100%;
box-sizing: border-box;
padding:20px;
background-color: #eaedf5;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
.box{
background-color: white;
padding: 10px 0;
......
......@@ -593,7 +593,8 @@ export default {
}
.el-main {
background-color: #EAEDF5;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
color: #333;
// text-align: center;
// line-height: 160px;
......
......@@ -196,7 +196,8 @@
/deep/.el-tab-pane{
height: 100%;
}
background: #eaedf5;
//background: #eaedf5;
background-color: rgb(245, 250, 254);
padding: 0;
}
/deep/ .el-tabs__item {
......@@ -213,7 +214,8 @@
padding: 0 18px 0 0;
display: flex;
flex-direction: column;
background-color: #EAEDF5;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
.tips{
color: #9B9B9B;
margin-left: 2px;
......
......@@ -79,7 +79,8 @@
/deep/.el-tab-pane{
height: 100%;
}
background: #eaedf5;
//background: #eaedf5;
background-color: rgb(245, 250, 254);
padding: 0;
}
/deep/ .el-tabs__item {
......@@ -97,7 +98,8 @@
padding: 0 18px 0 0;
display: flex;
flex-direction: column;
background-color: #EAEDF5;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
.tips{
color: #9B9B9B;
margin-left: 2px;
......
......@@ -64,7 +64,8 @@
/deep/.el-tab-pane{
height: 100%;
}
background: #eaedf5;
//background: #eaedf5;
background-color: rgb(245, 250, 254);
padding: 0;
}
/deep/ .el-tabs__item {
......
......@@ -39,7 +39,8 @@
/deep/.el-tab-pane{
height: 100%;
}
background: #eaedf5;
//background: #eaedf5;
background-color: rgb(245, 250, 254);
}
/deep/ .el-tabs__item {
height: 48px;
......
......@@ -170,7 +170,8 @@
/deep/.el-tab-pane{
height: 100%;
}
background: #eaedf5;
//background: #eaedf5;
background-color: rgb(245, 250, 254);
padding: 0;
}
/deep/ .el-tabs__item {
......@@ -186,7 +187,8 @@
padding: 0 18px;
display: flex;
flex-direction: column;
background-color: #EAEDF5;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
.tips{
color: #9B9B9B;
margin-left: 2px;
......
......@@ -77,7 +77,8 @@ export default {
/deep/.el-tab-pane{
height: calc(100% - 40px);
}
background: #eaedf5;
//background: #eaedf5;
background-color: rgb(245, 250, 254);
padding: 0;
}
/deep/ .el-tabs__item {
......
......@@ -250,7 +250,8 @@
/deep/.el-tab-pane{
height: 100%;
}
background: #eaedf5;
//background: #eaedf5;
background-color: rgb(245, 250, 254);
padding: 0;
}
/deep/ .el-tabs__item {
......@@ -266,7 +267,8 @@
padding: 0 18px;
display: flex;
flex-direction: column;
background-color: #EAEDF5;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
.tips{
color: #9B9B9B;
margin-left: 2px;
......
......@@ -201,7 +201,8 @@
/deep/.el-tab-pane{
height: 100%;
}
background: #eaedf5;
//background: #eaedf5;
background-color: rgb(245, 250, 254);
padding: 0;
}
/deep/ .el-tabs__item {
......@@ -217,7 +218,8 @@
padding: 0 18px 0 0;
display: flex;
flex-direction: column;
background-color: #EAEDF5;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
.tips{
color: #9B9B9B;
margin-left: 2px;
......
......@@ -109,7 +109,8 @@ export default {
/deep/.el-tab-pane{
height: 100%;
}
background: #eaedf5;
//background: #eaedf5;
background-color: rgb(245, 250, 254);
padding: 0;
}
/deep/ .el-tabs__item {
......
......@@ -90,7 +90,8 @@ export default {
/deep/.el-tab-pane{
height: 100%;
}
background: #eaedf5;
//background: #eaedf5;
background-color: rgb(245, 250, 254);
padding: 0;
}
/deep/ .el-tabs__item {
......
......@@ -831,7 +831,8 @@ export default {
<style scoped lang="less">
.edit {
height: 100%;
background-color: #eaedf5;
//background-color: #eaedf5;
background-color: rgb(245, 250, 254);
.tab-header {
border: 1px solid #dedede;
border-top: 0;
......