index.less 454 Bytes
Newer Older
duanledexianxianxian's avatar
duanledexianxianxian committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
@import "~@/themes/vars.less";
.root {
  :global {
    .anticon {
      // font-size: 18px;
    }
    .editable-row .ant-form-explain {
      position: absolute;
      font-size: 12px;
      margin-top: -4px;
    }
    .fixedWidthTable {
      table {
        table-layout: fixed;
      }
      .ant-table-tbody {
        tr {
          td {
            word-wrap: break-word;
            word-break: break-all;
          }
        }
      }
    }
  }
}