|
|
|
@ -26,4 +26,29 @@ export default { |
|
|
|
|
.avue--detail .el-col{ |
|
|
|
|
margin-bottom: 0; |
|
|
|
|
} |
|
|
|
|
.el-button--danger { |
|
|
|
|
color: #FFFFFF !important; |
|
|
|
|
background-color: #3060C4 !important; |
|
|
|
|
border-color: #3060C4 !important; |
|
|
|
|
} |
|
|
|
|
.el-button--primary { |
|
|
|
|
color: #FFFFFF !important; |
|
|
|
|
background-color: #3060C4 !important; |
|
|
|
|
border-color: #3060C4 !important; |
|
|
|
|
} |
|
|
|
|
.el-button--primary { |
|
|
|
|
color: #FFFFFF !important; |
|
|
|
|
background-color: #3060C4 !important; |
|
|
|
|
border-color: #3060C4 !important; |
|
|
|
|
} |
|
|
|
|
.el-button--default |
|
|
|
|
{ |
|
|
|
|
color: #3060C4 !important; |
|
|
|
|
border-color: #3060C4 !important; |
|
|
|
|
} |
|
|
|
|
.header-class |
|
|
|
|
{ |
|
|
|
|
background-color: #243970 !important; |
|
|
|
|
color: #FFFFFF !important; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|