This commit is contained in:
chenjianan
2019-04-10 17:59:39 +08:00
parent 9f715a8770
commit e88ec24f8e
2 changed files with 11 additions and 11 deletions

View File

@@ -629,10 +629,10 @@ export default {
<style scoped>
.el-card {
border-color: #2e296a;
border-color: rgb(0, 12, 57);
color: white;
margin-bottom: 5px;
background-color: #2e296a;
background-color: rgb(0, 12, 57);
}
span{
margin: 10px 0 10px 10px;
@@ -648,15 +648,15 @@ export default {
color: white;
}
.bold-font .el-table td{
background-color: #2e296a!important;
background-color: rgb(0, 12, 57)!important;
}
.bold-font .el-table th{
color: white;
background-color: #2e296a!important;
background-color: rgb(0, 12, 57)!important;
}
.bold-font .el-table div{
color: white;
background-color: #2e296a!important;
background-color: rgb(0, 12, 57)!important;
}
.bold-font{
color: ghostwhite;

View File

@@ -543,17 +543,17 @@ export default {
background-color: white;
}
.el-card {
border-color: #2e296a;
border-color: rgb(0, 12, 57);
color: white;
margin-bottom: 5px;
background-color: #2e296a;
background-color: rgb(0, 12, 57);
}
.word{
border: 1px solid #ebeef5;
margin-top: 0;
line-height: 60px;
/*height: 50px;*/
background-color: #2e296a;
background-color: rgb(0, 12, 57);
}
span{
margin: 10px 0 10px 10px;
@@ -575,15 +575,15 @@ export default {
color: white;
}
.bold-font .el-table td{
background-color: #2e296a!important;
background-color: rgb(0, 12, 57)!important;
}
.bold-font .el-table th{
color: white;
background-color: #2e296a!important;
background-color: rgb(0, 12, 57)!important;
}
.bold-font .el-table div{
color: white;
background-color: #2e296a!important;
background-color: rgb(0, 12, 57)!important;
}
.bold-font{
color: ghostwhite;