Skip to content

Commit

Permalink
fix(table): resolve text alignment issue in table not working (#234)
Browse files Browse the repository at this point in the history
* fix(table): resolve text alignment issue in table not working

#176

* Create tough-eyes-fry.md
  • Loading branch information
cycleccc authored Oct 9, 2024
1 parent 4e276bd commit 4df6312
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/tough-eyes-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@fake-scope/fake-pkg": patch
---

fix(table): resolve text alignment issue in table not working
3 changes: 1 addition & 2 deletions packages/table-module/src/assets/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
border: 1px solid @textarea-border-color;
padding: 3px 5px;
min-width: 30px;
text-align: left;
line-height: 1.5;
/* 强制换行,table column 宽度必须拖动增大 */
overflow: hidden;
Expand Down Expand Up @@ -183,4 +182,4 @@
}
}
}
}
}

0 comments on commit 4df6312

Please sign in to comment.