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.
|
- .experiment-comparison {
- height: 100%;
- &__header {
- display: flex;
- align-items: center;
- height: 50px;
- margin-bottom: 10px;
- padding: 0 30px;
- background-image: url(@/assets/img/page-title-bg.png);
- background-repeat: no-repeat;
- background-position: top center;
- background-size: 100% 100%;
- }
-
- &__table {
- height: calc(100% - 60px);
- padding: 20px 30px 0;
- background-color: 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 !important;
- }
- }
- .ant-table-tbody {
- .ant-table-cell {
- border-right: none !important;
- border-left: none !important;
- }
- }
- .ant-table-tbody-virtual::after {
- border-bottom: none !important;
- }
- .ant-table-footer {
- padding: 0;
- border: none !important;
- }
- }
- }
- }
|