|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
import { Label, Text } from "./single"; |
|
|
|
|
import { |
|
|
|
|
AbsoluteCenterLayout, |
|
|
|
|
CenterAdaptLayout, |
|
|
|
|
HorizontalAdaptLayout, |
|
|
|
|
VerticalLayout, |
|
|
|
@ -12,7 +12,8 @@ import {
|
|
|
|
|
createWidget, |
|
|
|
|
Providers |
|
|
|
|
} from "@/core"; |
|
|
|
|
import { Layers } from "@/base"; |
|
|
|
|
import { Label, Text } from "./single"; |
|
|
|
|
import { Layers } from "@/base/0.base"; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 当没有元素时有提示信息的view |
|
|
|
@ -43,7 +44,7 @@ export class Pane extends Widget {
|
|
|
|
|
_assertTip() { |
|
|
|
|
if (!this._tipText) { |
|
|
|
|
createWidget({ |
|
|
|
|
type: "bi.absolute_center_adapt", |
|
|
|
|
type: AbsoluteCenterLayout.xtype, |
|
|
|
|
element: this, |
|
|
|
|
items: [ |
|
|
|
|
{ |
|
|
|
|