You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .model-metrics {
- &__table {
- margin-top: 10px;
- padding: 20px 30px 0;
- background: white;
- border-radius: 10px;
-
- :global {
- .ant-table-container {
- border: none !important;
- }
- .ant-table-thead {
- .ant-table-cell {
- background-color: rgb(247, 247, 247);
- border-color: @border-color-base !important;
- }
- }
- .ant-table-tbody {
- .ant-table-cell {
- border-right: none !important;
- border-left: none !important;
- }
- }
- }
- }
-
- &__chart {
- display: flex;
- flex-wrap: wrap;
- gap: 15px;
- align-items: center;
- width: 100%;
- margin-top: 10px;
- }
- }
|