|
@@ -244,6 +244,7 @@ export default {
|
|
|
.el-table .el-table__fixed-header-wrapper th {
|
|
|
background-color: #F6F9FF;
|
|
|
}
|
|
|
+.el-button--mini.zap-button-open,
|
|
|
.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,
|
|
@@ -258,7 +259,7 @@ export default {
|
|
|
border-radius: 4px;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
-
|
|
|
+// 重置、详情
|
|
|
.el-table .fixed-width .el-button--mini.zap-button-plain {
|
|
|
color: #333333;
|
|
|
border: 1px solid #EBEBEB;
|
|
@@ -278,10 +279,12 @@ export default {
|
|
|
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;
|
|
@@ -293,6 +296,10 @@ export default {
|
|
|
background: #00B53A;
|
|
|
border-radius: 4px;
|
|
|
}
|
|
|
+.el-table .fixed-width .el-button--mini.zap-button-open{
|
|
|
+ color: #ffffff;
|
|
|
+ background: #00B53A;
|
|
|
+}
|
|
|
.zap-form-tip{
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|