knowlegegraph-platform/app/modules/Explore/Control/AlgorithmQuery/index.less

17 lines
228 B
Plaintext

.algorithm-query {
text-align: center;
.algorithm-form {
.select-algorithm .icon-instruction {
position: absolute;
right: -25px;
top: 50%;
transform: translateY(-50%);
}
}
button {
margin-top: 20px;
}
}