|
@ -364,4 +364,11 @@ |
|
|
.grey-background.ant-switch .ant-switch-handle { |
|
|
.grey-background.ant-switch .ant-switch-handle { |
|
|
background-color: rgba(238, 238, 238, 1) !important; |
|
|
background-color: rgba(238, 238, 238, 1) !important; |
|
|
} |
|
|
} |
|
|
|
|
|
:deep(.ant-tabs-ink-bar) { |
|
|
|
|
|
width: 31px !important; |
|
|
|
|
|
height: 3px !important; |
|
|
|
|
|
border-radius: 2px !important; |
|
|
|
|
|
margin-left: 5%; |
|
|
|
|
|
background: rgba(67, 136, 251, 1); |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |
|
|