style
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user