样式修改

main
weitingdong 11 months ago
parent ee7ec08781
commit d2da2f1ce3
  1. 25
      src/App.vue

@ -26,4 +26,29 @@ export default {
.avue--detail .el-col{ .avue--detail .el-col{
margin-bottom: 0; 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> </style>

Loading…
Cancel
Save