|
@@ -241,9 +241,10 @@ export default {
|
|
|
.el-table .el-table__fixed-header-wrapper th {
|
|
|
background-color: #F6F9FF;
|
|
|
}
|
|
|
-.el-table .fixed-width .el-button--mini.zap-button-info,
|
|
|
-.el-table .fixed-width .el-button--mini.zap-button-parimary,
|
|
|
-.el-table .fixed-width .el-button--mini.zap-button-waring,
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-confirmation,
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-info,
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-primary,
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-waring,
|
|
|
.el-table .fixed-width .el-button--mini.zap-button-plain {
|
|
|
min-width: 36px;
|
|
|
height: 24px;
|
|
@@ -254,20 +255,39 @@ export default {
|
|
|
border-radius: 4px;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
-.el-table .fixed-width .el-button--mini.zap-button-plain{
|
|
|
+
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-plain {
|
|
|
color: #333333;
|
|
|
border: 1px solid #EBEBEB;
|
|
|
}
|
|
|
-.el-table .fixed-width .el-button--mini.zap-button-waring{
|
|
|
+
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-waring {
|
|
|
color: #ffffff;
|
|
|
background-color: #FFB700;
|
|
|
}
|
|
|
-.el-table .fixed-width .el-button--mini.zap-button-parimary{
|
|
|
+
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-primary {
|
|
|
color: #ffffff;
|
|
|
background-color: #4280F2;
|
|
|
}
|
|
|
-.el-table .fixed-width .el-button--mini.zap-button-info{
|
|
|
+
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-info {
|
|
|
color: #999999;
|
|
|
background-color: #EBEBEB;
|
|
|
}
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-confirmation{
|
|
|
+ color: #ffffff;
|
|
|
+ background-color: #FF2F2F;
|
|
|
+}
|
|
|
+.el-button--medium.zap-button-open {
|
|
|
+ width: 112px;
|
|
|
+ height: 36px;
|
|
|
+ line-height: 36px;
|
|
|
+ padding: 0;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 14px;
|
|
|
+ color: #ffffff;
|
|
|
+ background: #00B53A;
|
|
|
+ border-radius: 4px;
|
|
|
+}
|
|
|
</style>
|