dtable-ui-component 0.3.11 → 0.3.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,12 +15,16 @@
|
|
|
15
15
|
margin: 5px 10px 5px 0;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
+
.dtable-ui.dtable-row-expand-formatter .dtable-ui.formula-formatter,
|
|
18
19
|
.dtable-ui.dtable-row-expand-formatter .dtable-ui.text-formatter,
|
|
19
20
|
.dtable-ui.dtable-row-expand-formatter .dtable-ui.url-formatter,
|
|
20
21
|
.dtable-ui.dtable-row-expand-formatter .dtable-ui.email-formatter {
|
|
21
22
|
overflow: hidden;
|
|
22
23
|
text-overflow: ellipsis;
|
|
23
24
|
white-space: nowrap;
|
|
25
|
+
height: 2.375rem;
|
|
26
|
+
line-height: 2.375rem;
|
|
27
|
+
width: 100%;
|
|
24
28
|
}
|
|
25
29
|
|
|
26
30
|
.dtable-ui.dtable-row-expand-formatter .dtable-ui.multiple-select-formatter .dtable-ui.select-item {
|
package/lib/data/dtable-value.js
CHANGED
|
@@ -108,7 +108,7 @@ var DTABLE_VALUE = {
|
|
|
108
108
|
'_ctime': '2022-05-12T02:03:46.777+00:00',
|
|
109
109
|
'_last_modifier': 'bing.an@seafile.com',
|
|
110
110
|
'_mtime': '2023-06-13T09:27:16.290+00:00',
|
|
111
|
-
'0000': '
|
|
111
|
+
'0000': 'qwertyuiopasdfghjklzxcvbnm,.这里需要支持对记录的编辑。最上方(在 "我的开票信息/行详情信息" 这一排)提供一个保存按钮。这里需要支持对记录的编辑。最上方(在 "我的开票信息/行详情信息" 这一排)提供一个保存按钮。测试',
|
|
112
112
|
'wI6R': 1008,
|
|
113
113
|
'0bPT': [],
|
|
114
114
|
'RBN9': '409842',
|