We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79dadcb commit abb35a9Copy full SHA for abb35a9
2 files changed
assets/index.less
@@ -65,13 +65,15 @@
65
66
&-list {
67
display: flex;
68
+ flex: 1 0 auto;
69
position: relative;
70
transition: transform 0.3s;
71
}
72
73
// >>>>>>>> Operations
74
&-operations {
75
76
77
78
&-hidden {
79
position: absolute;
tsconfig.json
@@ -11,7 +11,7 @@
11
"paths": {
12
"@/*": ["src/*"],
13
"@@/*": ["src/.umi/*"],
14
- "rc-tabs": ["src/index.tsx"]
+ "rc-tabs": ["src/"]
15
16
17
0 commit comments