| 1234567891011121314151617181920212223 |
- .Log{
- :global{
- .logTop{
- margin-top: 15px;
- border-radius: 10px;
- background-color: #fff;
- .tableSelectBox{
- padding: 20px 24px;
- display: flex;
- align-items: center;
- .row{
- margin-right: 20px;
- }
- }
- }
- .tableMain{
- border-radius: 10px;
- margin-top: 15px;
- height: calc(100% - 128px);
- background-color: #fff;
- }
- }
- }
|