自建台站新加谱的页面调整

This commit is contained in:
任珮宇 2024-04-26 14:51:03 +08:00
parent 653a05d9d9
commit 4f62905a97

View File

@ -435,4 +435,29 @@ export default {
} }
} }
} }
//
.spectrum-analysis-sub-operators {
flex-shrink: 0;
margin-bottom: 19px;
display: flex;
gap: 11px;
flex-wrap: nowrap;
overflow: auto;
height: 46px;
align-items: center;
.pop-over-with-icon {
height: 32px;
flex-shrink: 0;
&:nth-child(1) {
width: 224px;
}
&:nth-child(3) {
width: 125px;
}
}
}
//
</style> </style>