king
2022-02-08 f393af9623c26ae177a3f69b8676afc4e23bff8d
src/templates/zshare/modalform/datatable/index.scss
@@ -28,6 +28,11 @@
      }
    }
  }
  .editable-row.hide {
    td:not(:last-child) {
      text-decoration: line-through;
    }
  }
  .operation-btn {
    font-size: 16px;
    text-align: center;
@@ -41,6 +46,9 @@
    .primary {
      color: #1890ff;
    }
    .hide-control {
      color: rgb(142, 68, 173);
    }
    .danger {
      color: #ff4d4f;
    }
@@ -52,6 +60,9 @@
    .primary {
      color: rgba(0, 0, 0, .25);
    }
    .hide-control {
      color: rgba(0, 0, 0, .25);
    }
    .danger {
      color: rgba(0, 0, 0, .25);
    }