|
@@ -78,7 +78,8 @@
|
|
|
padding: 0 !important;
|
|
|
.el-dialog__title {
|
|
|
color: rgba(0, 0, 0, 0.85) !important;
|
|
|
- font-size: 14px !important;
|
|
|
+ font-size: 16px !important;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
.el-dialog__body {
|
|
|
padding: 24px !important;
|
|
@@ -268,6 +269,18 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.el-button--warning.is-link, .el-button--warning.is-plain, .el-button--warning.is-text {
|
|
|
+ color: #e6a23c !important;
|
|
|
+}
|
|
|
+.el-button--success.is-link.is-disabled, .el-button--success.is-link.is-disabled:active, .el-button--success.is-link.is-disabled:focus, .el-button--success.is-link.is-disabled:hover, .el-button--success.is-plain.is-disabled, .el-button--success.is-plain.is-disabled:active, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:hover, .el-button--success.is-text.is-disabled, .el-button--success.is-text.is-disabled:active, .el-button--success.is-text.is-disabled:focus, .el-button--success.is-text.is-disabled:hover {
|
|
|
+ color: #b3e19d !important;
|
|
|
+}
|
|
|
+.el-button--success.is-link, .el-button--success.is-plain, .el-button--success.is-text {
|
|
|
+ color: #67c23a !important;
|
|
|
+}
|
|
|
+.el-button--danger.is-link.is-disabled:active, .el-button--danger.is-link.is-disabled:focus, .el-button--danger.is-link.is-disabled:hover, .el-button--danger.is-plain.is-disabled:active, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:hover, .el-button--danger.is-text.is-disabled:active, .el-button--danger.is-text.is-disabled:focus, .el-button--danger.is-text.is-disabled:hover {
|
|
|
+ color: #F90000 !important;
|
|
|
+}
|
|
|
.el-button.is-plain {
|
|
|
background-color: transparent !important;
|
|
|
}
|
|
@@ -291,43 +304,47 @@
|
|
|
.el-button.el-button--danger.is-plain {
|
|
|
color: #FF2F3C !important;
|
|
|
&:hover {
|
|
|
- background-color: #f2dfe1 !important;
|
|
|
- color: #f90000 !important;
|
|
|
+ background-color: rgba(255, 47, 60, 0.1) !important;
|
|
|
+ border: 1px solid #FF2F3C !important;
|
|
|
}
|
|
|
&:active {
|
|
|
- background-color: #f4cbcf !important;
|
|
|
+ border: 1px solid #FF2F3C !important;
|
|
|
+ background-color: rgba(255, 47, 60, 0.2) !important;
|
|
|
}
|
|
|
&:disabled {
|
|
|
- border: 1px solid #f0cfd1 !important;
|
|
|
- background-color: #f0cfd1 !important;
|
|
|
+ color: rgba(255, 47, 60, 0.3) !important;
|
|
|
+ border: 1px solid rgba(255, 47, 60, 0.3) !important;
|
|
|
+ background-color: rgba(255, 47, 60, 0.3) !important;
|
|
|
}
|
|
|
}
|
|
|
.el-button.el-button--success.is-plain {
|
|
|
color: #40c75f !important;
|
|
|
&:hover {
|
|
|
- background-color: #deeee5 !important;
|
|
|
+ background-color: rgba(64, 199, 95, 0.1) !important;
|
|
|
color: #40C75F !important;
|
|
|
}
|
|
|
&:active {
|
|
|
background-color: #ceead6 !important;
|
|
|
}
|
|
|
&:disabled {
|
|
|
- border: 1px solid #d2ebd9 !important;
|
|
|
- background-color: #d2ebd9 !important;
|
|
|
+ color: rgba(64, 199, 95, 0.3) !important;
|
|
|
+ border: 1px solid rgba(138, 213, 155, 0.3) !important;
|
|
|
+ background-color: rgba(64, 199, 95, 0.3) !important;
|
|
|
}
|
|
|
}
|
|
|
.el-button.el-button--warning.is-plain {
|
|
|
color: #FFAF00 !important;
|
|
|
&:hover {
|
|
|
- background-color: #f2ecdb !important;
|
|
|
+ background-color: rgba(255, 175, 0, 0.1) !important;
|
|
|
color: #FFAF00 !important;
|
|
|
}
|
|
|
&:active {
|
|
|
background-color: #f4e5c3 !important;
|
|
|
}
|
|
|
&:disabled {
|
|
|
- border: 1px solid #eee5cd !important;
|
|
|
- background-color: #eee5cd !important;
|
|
|
+ color: rgba(255, 175, 0, 0.7) !important;
|
|
|
+ border: 1px solid rgba(230, 194, 115, 0.3) !important;
|
|
|
+ background-color: rgba(255, 175, 0, 0.3) !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -418,16 +435,3 @@
|
|
|
.el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label-wrap>.el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk).asterisk-left>.el-form-item__label:before {
|
|
|
margin-right: 0 !important;
|
|
|
}
|
|
|
-
|
|
|
-.el-button--warning.is-link, .el-button--warning.is-plain, .el-button--warning.is-text {
|
|
|
- color: #e6a23c !important;
|
|
|
-}
|
|
|
-.el-button--success.is-link.is-disabled, .el-button--success.is-link.is-disabled:active, .el-button--success.is-link.is-disabled:focus, .el-button--success.is-link.is-disabled:hover, .el-button--success.is-plain.is-disabled, .el-button--success.is-plain.is-disabled:active, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:hover, .el-button--success.is-text.is-disabled, .el-button--success.is-text.is-disabled:active, .el-button--success.is-text.is-disabled:focus, .el-button--success.is-text.is-disabled:hover {
|
|
|
- color: #b3e19d !important;
|
|
|
-}
|
|
|
-.el-button--success.is-link, .el-button--success.is-plain, .el-button--success.is-text {
|
|
|
- color: #67c23a !important;
|
|
|
-}
|
|
|
-.el-button--danger.is-link.is-disabled:active, .el-button--danger.is-link.is-disabled:focus, .el-button--danger.is-link.is-disabled:hover, .el-button--danger.is-plain.is-disabled:active, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:hover, .el-button--danger.is-text.is-disabled:active, .el-button--danger.is-text.is-disabled:focus, .el-button--danger.is-text.is-disabled:hover {
|
|
|
- color: #F90000 !important;
|
|
|
-}
|