Skip to content

Commit

Permalink
fix: result zh-CN (#2173)
Browse files Browse the repository at this point in the history
* fix: result zh-CN

* fix: scrolbaa overlay -> both edge

---------

Co-authored-by: vermilionAnd <zhujiahong@growingio.com>
  • Loading branch information
zhuzilv and vermilionAnd committed Jul 12, 2023
1 parent 8de492e commit ee0024a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import listLocale from '../list/locales/zh-CN';
import basePicker from '../legacy/filter-picker/components/property-selector/components/base-picker/locales/zh-CN';
import propertyPickerLocale from '../legacy/filter-picker/components/property-selector/locales/zh-CN';
import popConfirmLocale from '../pop-confirm/locales/zh-CN';
import resultLocale from '../result/locales/en-US';
import resultLocale from '../result/locales/zh-CN';

export const locale: Locale = {
code: 'zh-CN',
Expand Down
1 change: 1 addition & 0 deletions src/stylesheet/mixin/scrollBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
overflow: hidden;
scrollbar-width: thin;
scrollbar-color: rgb(173 178 194 / 60%) rgb(255 255 255 / 0%);
scrollbar-gutter: stable both-edges;

&:hover {
overflow-x: scroll;
Expand Down

1 comment on commit ee0024a

@vercel
Copy link

@vercel vercel bot commented on ee0024a Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gio-design – ./

gio-design-git-master-growingio.vercel.app
gio-design-growingio.vercel.app
gio-design.vercel.app

Please sign in to comment.