|
|
@@ -244,62 +244,6 @@ 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,
|
|
|
-.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;
|
|
|
- line-height: 24px;
|
|
|
- text-align: center;
|
|
|
- padding: 0 6px;
|
|
|
- font-size: 12px;
|
|
|
- border-radius: 4px;
|
|
|
- box-sizing: border-box;
|
|
|
-}
|
|
|
-// 重置、详情
|
|
|
-.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 {
|
|
|
- color: #ffffff;
|
|
|
- background-color: #FFB700;
|
|
|
-}
|
|
|
-
|
|
|
-.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 {
|
|
|
- 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;
|
|
|
-}
|
|
|
-.el-table .fixed-width .el-button--mini.zap-button-open{
|
|
|
- color: #ffffff;
|
|
|
- background: #00B53A;
|
|
|
-}
|
|
|
.zap-form-tip{
|
|
|
display: flex;
|
|
|
align-items: flex-start;
|