|
|
@ -206,4 +206,21 @@ |
|
|
|
margin-left: 9%; |
|
|
|
background: rgba(67, 136, 251, 1); |
|
|
|
} |
|
|
|
:deep(.ant-tabs-ink-bar) { |
|
|
|
width: 31px !important; |
|
|
|
height: 3px !important; |
|
|
|
border-radius: 2px !important; |
|
|
|
margin-left: 9%; |
|
|
|
background: rgba(67, 136, 251, 1); |
|
|
|
} |
|
|
|
//table 颜色 |
|
|
|
:deep(.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn) { |
|
|
|
font-size: 14px !important; |
|
|
|
font-weight: bolb !important; |
|
|
|
color: #333333 !important; |
|
|
|
} |
|
|
|
:deep(.ant-tabs-tab-btn) { |
|
|
|
font-size: 14px !important; |
|
|
|
color: #666666 !important; |
|
|
|
} |
|
|
|
</style> |
|
|
|