Skip to content

Commit f5d23e2

Browse files
youlunalakerswgq
authored andcommitted
fix(*): some pc h5 cross issue
1 parent 2ded045 commit f5d23e2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/breadcrumb/mobile/index.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import { Breadcrumb } from '@alifd/meet-react';
1+
import { BreadCrumb } from '@alifd/meet-react';
22

3-
export default Breadcrumb;
3+
export default BreadCrumb;

src/shell/main.scss

+4
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,17 @@
156156

157157

158158
&#{$shell-prefix}-navigation {
159+
overflow-x: visible;
160+
overflow-y: hidden;
159161
display: flex;
160162
flex-direction: column;
161163
justify-self: flex-start;
162164
transition: all .2s $motion-ease;
163165
}
164166

165167
&#{$shell-prefix}-tooldock {
168+
overflow-x: visible;
169+
overflow-y: hidden;
166170
display: flex;
167171
flex-direction: column;
168172
align-items: center;

0 commit comments

Comments
 (0)