12345678910111213141516171819202122232425262728293031323334353637 |
- // .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 {
- min-height: 100px;
- .noteDetail {
- background-color: #fafafa;
- padding: 10px;
- border: 1px solid #f2f2f2;
- }
- /deep/ .ant-btn-primary {
- margin: 20px 0 10px 0;
- }
- }
|