@juzhenfe/page-model 3.17.4 → 3.17.5
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/dist/index.es.js +3 -1
- package/dist/index.umd.js +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -13706,6 +13706,8 @@ const _sfc_main$4 = defineComponent({
|
|
|
13706
13706
|
} else {
|
|
13707
13707
|
tableZIndex.value = 3e3;
|
|
13708
13708
|
}
|
|
13709
|
+
} else {
|
|
13710
|
+
tableZIndex.value = 0;
|
|
13709
13711
|
}
|
|
13710
13712
|
};
|
|
13711
13713
|
const handleShowColumnTool = (item, e) => {
|
|
@@ -14893,7 +14895,7 @@ const defineEditableTable = function(config) {
|
|
|
14893
14895
|
};
|
|
14894
14896
|
var iconfont = "";
|
|
14895
14897
|
const name = "@juzhenfe/page-model";
|
|
14896
|
-
const version = "3.17.
|
|
14898
|
+
const version = "3.17.5";
|
|
14897
14899
|
const types = "dist/main.d.ts";
|
|
14898
14900
|
const main = "dist/index.umd.js";
|
|
14899
14901
|
const keywords = [
|