king
2024-06-01 4cc738e535d1a20701d206e12cf9de8cc5a01170
src/assets/css/design.scss
@@ -110,3 +110,27 @@
  }
}
// 表单工具
.mk-form-tool {
  float: right;
  padding-right: 15px;
  .anticon {
    margin-right: 15px;
    font-size: 16px;
    cursor: pointer!important;
    position: relative;
    top: 2px;
  }
  .anticon-copy {
    color: #26C281;
  }
  .anticon-swap {
    color: #1890ff;
  }
  .anticon-fork {
    color: purple;
  }
  .anticon-delete {
    color: #f5222d;
  }
}