File tree Expand file tree Collapse file tree 6 files changed +21
-17
lines changed
src/plugins/viz-components/table Expand file tree Collapse file tree 6 files changed +21
-17
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devtable/api" ,
3
- "version" : " 10.5.2 " ,
3
+ "version" : " 10.5.3 " ,
4
4
"description" : " " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devtable/dashboard" ,
3
- "version" : " 10.5.2 " ,
3
+ "version" : " 10.5.3 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"publishConfig" : {
6
6
"access" : " public" ,
Original file line number Diff line number Diff line change @@ -40,16 +40,20 @@ export const useTableStyles = createStyles((theme) => ({
40
40
41
41
export const baseTableSX : Sx = {
42
42
tableLayout : 'fixed' ,
43
- 'th, td' : {
44
- padding : '2px 10px' ,
45
- div : {
46
- overflow : 'hidden' ,
47
- textOverflow : 'ellipsis' ,
48
- } ,
49
- // for index column
50
- '&:first-of-type' : {
51
- paddingLeft : 2 ,
52
- paddingRight : 2 ,
43
+ 'thead, tbody' : {
44
+ tr : {
45
+ 'th, td' : {
46
+ padding : '2px 10px' ,
47
+ div : {
48
+ overflow : 'hidden' ,
49
+ textOverflow : 'ellipsis' ,
50
+ } ,
51
+ // for index column
52
+ '&:first-of-type' : {
53
+ paddingLeft : 2 ,
54
+ paddingRight : 2 ,
55
+ } ,
56
+ } ,
53
57
} ,
54
58
} ,
55
59
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devtable/root" ,
3
- "version" : " 10.5.2 " ,
3
+ "version" : " 10.5.3 " ,
4
4
"private" : true ,
5
5
"workspaces" : [
6
6
" api" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devtable/settings-form" ,
3
- "version" : " 10.5.2 " ,
3
+ "version" : " 10.5.3 " ,
4
4
"license" : " Apache-2.0" ,
5
5
"publishConfig" : {
6
6
"access" : " public" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @devtable/website" ,
3
3
"private" : true ,
4
4
"license" : " Apache-2.0" ,
5
- "version" : " 10.5.2 " ,
5
+ "version" : " 10.5.3 " ,
6
6
"scripts" : {
7
7
"dev" : " vite" ,
8
8
"preview" : " vite preview"
9
9
},
10
10
"dependencies" : {
11
11
"@ahooksjs/use-url-state" : " ^3.3.11" ,
12
- "@devtable/dashboard" : " 10.5.2 " ,
13
- "@devtable/settings-form" : " 10.5.2 " ,
12
+ "@devtable/dashboard" : " 10.5.3 " ,
13
+ "@devtable/settings-form" : " 10.5.3 " ,
14
14
"@emotion/react" : " 11.10.6" ,
15
15
"@faker-js/faker" : " 7.6.0" ,
16
16
"@mantine/core" : " 6.0.16" ,
You can’t perform that action at this time.
0 commit comments