返回 AiToEarn
cycleSelects.module.scss
根目录 / project / aitoearn-electron / src / views / aiTool / components / CycleSelects / cycleSelects.module.scss
1 .cycleSelects {
2 display: flex;
3 :global {
4 .cycleSelects-item {
5 display: flex;
6 align-items: center;
7 height: 32px;
8 margin-right: 30px;
9 &-label {
10 height: 100%;
11 display: flex;
12 align-items: center;
13 padding: 0 10px;
14 border-radius: 8px 0 0 8px;
15 background: var(--colorPrimary3);
16 color: var(--colorPrimary8);
17 }
18 .ant-select-selector {
19 border-bottom-left-radius: 0;
20 border-top-left-radius: 0;
21 }
22 }
23 }
24 }
24 lines Plain Text