| 123456789101112131415161718192021222324 |
- .dataSourcedetail-header {
- display: flex;
- justify-content: space-between;
- .title-label {
- font-weight: bold;
- font-size: 16px;
- }
- .buttons {
- button {
- margin-left: 8px;
- }
- }
- }
- .close-popconfirm.confirm-disabled {
- .ant-popover-buttons {
- button:last-child {
- cursor: not-allowed;
- color: rgba(0, 0, 0, 0.25);
- background-color: #f5f5f5;
- border-color: #ccc;
- text-shadow: none;
- }
- }
- }
|