1234567891011121314151617181920212223242526 |
- .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;
- }
- .note-one .noteDetail,
- .note-two .noteDetail {
- background-color: #fafafa;
- padding: 10px;
- border: 1px solid #f2f2f2;
- }
- .note-one /deep/ .ant-btn-primary,
- .note-two /deep/ .ant-btn-primary {
- margin: 20px 0 10px 0;
- }
|