|
|
@@ -192,24 +192,28 @@ aside {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-// .el-button--danger {
|
|
|
-// background: rgba(215,0,15, 0.7) !important;
|
|
|
-// border-color: rgba(215,0,15, 0.7) !important;
|
|
|
-// }
|
|
|
-
|
|
|
-// .el-button--danger:focus,
|
|
|
-// .el-button--danger:hover {
|
|
|
-// background: rgba(215,0,15, 1) !important;
|
|
|
-// border-color: rgba(215,0,15, 1) !important;
|
|
|
-// }
|
|
|
-
|
|
|
-// .el-button--primary {
|
|
|
-// background: rgba(0, 140, 214, 0.1) !important;
|
|
|
-// border-color: rgba(0, 140, 214,1) !important;
|
|
|
-// }
|
|
|
-
|
|
|
-// .el-button--primary:focus,
|
|
|
-// .el-button--primary:hover {
|
|
|
-// background: rgba(0, 140, 214, 1) !important;
|
|
|
-// border-color: rgba(0, 140, 214,1) !important;
|
|
|
-// }
|
|
|
+.el-button--danger {
|
|
|
+ background: rgba(215,0,15, 0.7) !important;
|
|
|
+ border-color: rgba(215,0,15, 0.7) !important;
|
|
|
+ color:#fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-button--danger:focus,
|
|
|
+.el-button--danger:hover {
|
|
|
+ background: rgba(215,0,15, 1) !important;
|
|
|
+ border-color: rgba(215,0,15, 1) !important;
|
|
|
+ color:#fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-button--primary {
|
|
|
+ background: rgba(0, 140, 214, 0.1) !important;
|
|
|
+ border-color: rgba(0, 140, 214,1) !important;
|
|
|
+ color:rgba(0, 140, 214, 1) !important;
|
|
|
+}
|
|
|
+
|
|
|
+.el-button--primary:focus,
|
|
|
+.el-button--primary:hover {
|
|
|
+ background: rgba(0, 140, 214, 1) !important;
|
|
|
+ border-color: rgba(0, 140, 214,1) !important;
|
|
|
+ color:#fff !important;
|
|
|
+}
|