king
2020-04-01 56c0d6e2f83d72f622744fea76fdc64b09e30f1d
src/tabviews/zshare/normalTable/index.scss
@@ -123,6 +123,26 @@
            background: lightcoral;
          }
        }
        .orange {
          .content {
            color: orange;
          }
        }
        .orangebg {
          .background {
            background: lightsalmon;
          }
        }
        .green {
          .content {
            color: green;
          }
        }
        .greenbg {
          .background {
            background: lightgreen;
          }
        }
      }
      .ant-table-tbody > tr > td .content {
        p {