123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .SettingContent {
- margin: 1px;
- :global(.ant-btn) {
- color: #007bff;
- border-color: #007bff;
- }
- .greenBtn {
- color: #28a745;
- border-color: #28a745;
- }
- // :global(.ant-table-thead .ant-table-cell) {
- // padding: 0.4rem;
- // text-align: center;
- // background-color: #e9ecef;
- // border-right: 1px solid #dee2e6;
- // border-bottom: 2px solid #dee2e6;
- // }
- // :global(.ant-table-tbody .ant-table-cell) {
- // padding: 0.4rem;
- // }
- // :global(.ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th) {
- // border-right: 1px solid #dee2e6;
- // }
- }
- .grayBtn {
- color: #ffffff;
- background-color: #bbbbbb;
- }
- .FormContent {
- :global(.ant-form-item) {
- margin-bottom: 0.5rem;
- }
- :global(.ant-input-group-addon) {
- &:hover {
- color: #ffffff;
- background-color: #6c757d;
- border-color: #6c757d;
- }
- &:not(:disabled) {
- cursor: pointer;
- }
- }
- }
|