We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfac8e5 commit e8a1f20Copy full SHA for e8a1f20
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kne/info-page",
3
- "version": "0.2.5",
+ "version": "0.2.6",
4
"description": "一般用在复杂的详情展示页面,InfoPage提供了一个标准的展示信息的格式",
5
"syntax": {
6
"esmodules": true
src/TableView/style.module.scss
@@ -20,15 +20,12 @@
20
}
21
22
background: var(--bg-color-grey-1);
23
-
24
- .col {
25
- white-space: nowrap;
26
- }
27
28
29
.body {
30
.col {
31
cursor: pointer;
+ word-break: break-all;
32
33
34
&.is-selected-all {
@@ -63,7 +60,7 @@
63
60
64
61
border-bottom: 1px solid #f0f0f0;
65
62
transition: background-color 300ms;
66
- flex: var(--col-span) 0 var(--col-width);
+ flex: var(--col-span) calc(1 / var(--col-span)) var(--col-width);
67
overflow: hidden;
68
display: flex;
69
align-items: var(--col-align);
0 commit comments