@leevan/jtui 2.0.50 → 2.0.52
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/jtui.common.js +2 -2
- package/lib/jtui.css +1 -1
- package/lib/jtui.umd.js +2 -2
- package/package.json +1 -1
- package/packages/jt-table/index.vue +6 -1
- package/public/index.html +2 -0
package/lib/jtui.umd.js
CHANGED
|
@@ -250062,7 +250062,7 @@ var es_function_name = __webpack_require__("b0c0");
|
|
|
250062
250062
|
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__("8bbf");
|
|
250063
250063
|
var external_commonjs_vue_commonjs2_vue_root_Vue_default = /*#__PURE__*/__webpack_require__.n(external_commonjs_vue_commonjs2_vue_root_Vue_);
|
|
250064
250064
|
|
|
250065
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"09b5e250-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/jt-table/index.vue?vue&type=template&id=
|
|
250065
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"09b5e250-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./packages/jt-table/index.vue?vue&type=template&id=64603e4a&
|
|
250066
250066
|
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:"tableStyle-2",class:_vm.isWrap ? 'isWrap' : '',staticStyle:{"position":"absolute","top":"1px","left":"1px","right":"1px","bottom":"1px"}},[(_vm.isTool)?_c('div',{staticStyle:{"position":"relative"}},[_c('vxe-toolbar',{staticClass:"jt-toolbar",attrs:{"custom":{ icon: 'jtIcon iconpeizhi41 colStyle' }}})],1):_vm._e(),_c('div',{staticStyle:{"width":"100%","height":"100%","position":"relative"}},[(_vm.isShowEmpty)?_c('div',{staticClass:"cus-empty-box"},[_c('el-empty',{attrs:{"image-size":200},scopedSlots:_vm._u([{key:"description",fn:function(){return [_c('p',{staticStyle:{"font-size":"30px"}},[_vm._v("暂无数据")])]},proxy:true}],null,false,1618345459)})],1):_vm._e(),(_vm.tableType === 'default')?_c('vxe-table',{ref:_vm.id,staticClass:"jt-table-class-only table-2-repair",attrs:{"height":"auto","size":"mini","show-overflow":"","show-header-overflow":"","auto-resize":"","resizable":"","highlight-current-row":"","highlight-current-column":"","keep-source":"","empty-text":" ","id":_vm.id,"data":_vm.data.DataArray,"stripe":_vm.stripe,"border":_vm.border,"max-height":_vm.maxHeight,"show-footer":_vm.isFooter,"footer-method":_vm.footerMethod,"footer-span-method":_vm.footerColspanMethod,"footer-cell-class-name":_vm.footerCellClassName,"loading":_vm.loading,"row-style":_vm.rowStyle,"cell-style":_vm.cellStyle_m,"header-cell-class-name":_vm.headerClass,"span-method":_vm.spanMethod,"scroll-y":{ mode: 'wheel' },"sort-config":{ sortMethod: _vm.sortMethod },"radio-config":{ checkRowKey: null },"keyboard-config":{ isArrow: true },"checkbox-config":{ highlight: true },"export-config":{
|
|
250067
250067
|
type: 'xlsx',
|
|
250068
250068
|
types: ['xlsx', 'csv', 'html', 'xml', 'txt'],
|
|
@@ -250162,7 +250162,7 @@ return [(_vm.handlerConfig.btnGroup)?_c('el-dropdown',[_c('el-button',{attrs:{"s
|
|
|
250162
250162
|
var staticRenderFns = []
|
|
250163
250163
|
|
|
250164
250164
|
|
|
250165
|
-
// CONCATENATED MODULE: ./packages/jt-table/index.vue?vue&type=template&id=
|
|
250165
|
+
// CONCATENATED MODULE: ./packages/jt-table/index.vue?vue&type=template&id=64603e4a&
|
|
250166
250166
|
|
|
250167
250167
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.concat.js
|
|
250168
250168
|
var es_array_concat = __webpack_require__("99af");
|
package/package.json
CHANGED
|
@@ -1772,13 +1772,18 @@ export default {
|
|
|
1772
1772
|
}
|
|
1773
1773
|
.table-2-repair{
|
|
1774
1774
|
.col--checkbox{
|
|
1775
|
-
|
|
1775
|
+
.vxe-cell{
|
|
1776
1776
|
overflow: visible !important;
|
|
1777
1777
|
}
|
|
1778
1778
|
.vxe-cell--checkbox{
|
|
1779
1779
|
height:14px !important;
|
|
1780
1780
|
}
|
|
1781
1781
|
}
|
|
1782
|
+
.col--edit{
|
|
1783
|
+
.vxe-cell{
|
|
1784
|
+
overflow: visible !important;
|
|
1785
|
+
}
|
|
1786
|
+
}
|
|
1782
1787
|
.vxe-cell{
|
|
1783
1788
|
display: inline-block !important;
|
|
1784
1789
|
}
|
package/public/index.html
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
7
7
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
8
8
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
|
9
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vxe-pc-ui@4.2.19/lib/style.css">
|
|
10
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/vxe-table@4.7.87/lib/style.css">
|
|
9
11
|
</head>
|
|
10
12
|
<body>
|
|
11
13
|
<noscript>
|