// .ant-table-thead > tr > th { // text-align: center; // font-weight: 700; // } // /deep/ .ant-table-tbody { // text-align: center; // } // /deep/ th.replacecolor { // background-color: #ccc; // } // 报表 子表标题 统一样式 .table-title { margin: 0; border: 1px solid #e8e8e8; background-color: #f2f2f2; border-top-right-radius: 16px; border-bottom: none; font-size: 16px; width: 160px; height: 40px; line-height: 40px; text-align: center; } // 所有备注文本框 .note-one, .note-two { height: 100%; .noteDetail { background-color: #f2f2f2; padding: 10px; } /deep/ .ant-btn-primary { margin: 20px 0 10px 0; } }