fix(table): make filed overflow behavior right (#1392)

* fix(Table): fix overflow issue on td element (#1392)

* chore(table): update style
This commit is contained in:
被雨水过滤的空气-Rairn 2023-02-11 23:34:38 +08:00 committed by GitHub
parent d7dad1855f
commit 7fda978fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -235,6 +235,7 @@ export const Table: any = observer((props: any) => {
css`
max-width: 300px;
white-space: nowrap;
overflow-x: scroll;
.nb-read-pretty-input-number {
text-align: right;
}