Skip to content

Commit

Permalink
fix: compatibility between grid and image picker (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuningtang authored Aug 16, 2023
1 parent 49351f6 commit 28ae5b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/arcodesign/components/grid/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,9 @@
.@{prefix}-grid.sliding::-webkit-scrollbar {
display: none; /* Chrome Safari */
}

.@{prefix}-grid {
.@{prefix}-image-picker {
width: 100%; /* 兼容grid和image-picker组合使用 */
}
}

0 comments on commit 28ae5b9

Please sign in to comment.