Browse Source

Merge branch 'master' of ssh://code.fineres.com:7999/~dailer/fineui

es6
zsmj 2 years ago
parent
commit
7a5fa1c1ff
  1. 2
      package.json
  2. 3
      src/case/layer/panel.js

2
package.json

@ -1,6 +1,6 @@
{
"name": "fineui",
"version": "2.0.20221103141722",
"version": "2.0.20221103163534",
"description": "fineui",
"main": "dist/fineui_without_conflict.min.js",
"types": "dist/lib/index.d.ts",

3
src/case/layer/panel.js

@ -18,9 +18,6 @@ BI.Panel = BI.inherit(BI.Widget, {
},
render: function () {
BI.Panel.superclass._init.apply(this, arguments);
var o = this.options;
return {
type: "bi.vertical_fill",
rowSize: ["", "fill"],

Loading…
Cancel
Save