bi-element-ui 1.1.93 → 1.1.95
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/lib/Bi-element-ui.common.js +62846 -62903
- package/lib/Bi-element-ui.umd.js +62846 -62903
- package/lib/Bi-element-ui.umd.min.js +46 -46
- package/package.json +1 -1
- package/src/views/Home.vue +0 -11
- package/dist/css/about.734427a8.css +0 -1
- package/dist/css/chunk-vendors.8b3b4be2.css +0 -22
- package/dist/css/index.9e71d803.css +0 -1
- package/dist/js/about.4ff3d4f9.js +0 -2
- package/dist/js/chunk-vendors.d907e1f2.js +0 -387
- package/dist/js/index.66b4892a.js +0 -11
- /package/lib/{Bi-element-ui.css → bi-element-ui.css} +0 -0
package/package.json
CHANGED
package/src/views/Home.vue
CHANGED
@@ -384,17 +384,6 @@ export default {
|
|
384
384
|
label: 'v-model',
|
385
385
|
prop: 'other',
|
386
386
|
fixed: 'right',
|
387
|
-
|
388
|
-
renderHeader: (h) => {
|
389
|
-
return (
|
390
|
-
<div>
|
391
|
-
<el-input />
|
392
|
-
<el-tooltip effect={'dark'} content={'首日付费金额/消耗2222'} placement={'top'}>
|
393
|
-
<span style={{ textAlign: 'right', width: '100%', display: 'inline-block' }}>ROI</span>
|
394
|
-
</el-tooltip>
|
395
|
-
</div>
|
396
|
-
)
|
397
|
-
},
|
398
387
|
render: (h, scope) => {
|
399
388
|
return h('input', {
|
400
389
|
on: {
|
@@ -1 +0,0 @@
|
|
1
|
-
.example-table-box[data-v-49a6bb0c]{margin:25px 50px}.example-table-box p[data-v-49a6bb0c]{text-align:left;font-weight:700}.box[data-v-ac1da312]{background:#ccc;height:200px;padding:10px 50px}header[data-v-ac1da312]{height:50px;background:#fff}.example-table-box[data-v-10718cef]{margin:25px 50px;position:relative}.example-table-box p[data-v-10718cef]{text-align:left;font-weight:700}
|