tianheng-ui 0.1.42 → 0.1.43
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.
package/package.json
CHANGED
@@ -10,14 +10,24 @@
|
|
10
10
|
>
|
11
11
|
<div class="table-item table-header">
|
12
12
|
<div class="table-item-custom">拖动</div>
|
13
|
-
<div
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
13
|
+
<div>
|
14
|
+
<el-tooltip
|
15
|
+
content="对应列的表头名称"
|
16
|
+
placement="top-start"
|
17
|
+
effect="light"
|
18
|
+
>
|
19
|
+
<el-button type="text">列名</el-button>
|
20
|
+
</el-tooltip>
|
21
|
+
</div>
|
22
|
+
<div>
|
23
|
+
<el-tooltip
|
24
|
+
content="对应列内容的字段名,非必要不修改!"
|
25
|
+
placement="top-start"
|
26
|
+
effect="light"
|
27
|
+
>
|
28
|
+
<el-button type="text">字段</el-button>
|
29
|
+
</el-tooltip>
|
30
|
+
</div>
|
21
31
|
<div>类型</div>
|
22
32
|
<div>默认值</div>
|
23
33
|
<!-- <div>数据来源</div> -->
|
@@ -89,14 +99,24 @@
|
|
89
99
|
<div class="tableList" style="height: calc(100% - 350px);">
|
90
100
|
<div class="table-item table-header">
|
91
101
|
<div class="table-item-custom">拖动</div>
|
92
|
-
<div
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
102
|
+
<div>
|
103
|
+
<el-tooltip
|
104
|
+
content="对应列的表头名称"
|
105
|
+
placement="top-start"
|
106
|
+
effect="light"
|
107
|
+
>
|
108
|
+
<el-button type="text">列名</el-button>
|
109
|
+
</el-tooltip>
|
110
|
+
</div>
|
111
|
+
<div>
|
112
|
+
<el-tooltip
|
113
|
+
content="对应列内容的字段名,非必要不修改!"
|
114
|
+
placement="top-start"
|
115
|
+
effect="light"
|
116
|
+
>
|
117
|
+
<el-button type="text">字段</el-button>
|
118
|
+
</el-tooltip>
|
119
|
+
</div>
|
100
120
|
<div>对齐</div>
|
101
121
|
<div>宽度</div>
|
102
122
|
<div class="table-item-custom">排序</div>
|