diff --git a/components/layout/AiDvWrapper/AiDvWrapper.vue b/components/layout/AiDvWrapper/AiDvWrapper.vue index 575a4150..72534a26 100644 --- a/components/layout/AiDvWrapper/AiDvWrapper.vue +++ b/components/layout/AiDvWrapper/AiDvWrapper.vue @@ -2,7 +2,9 @@
- +
@@ -43,7 +45,7 @@ export default { }, value: {default: ''}, /** - * 布局方案:black,classic + * 布局方案:black,classic,fengdu */ type: {default: "black"}, background: {default: ""} @@ -59,7 +61,7 @@ export default { }, headerComponent: v => ({ classic: Classic, - black: Primary + black: Primary, }[v.type]) }, watch: { @@ -92,6 +94,7 @@ export default { el.mozCancelFullScreen || el.exitFullScreen; cfs.call(el) } + return this.fullscreen }, handleSetting() { if (this.setting.timer) clearInterval(this.setting.timer) diff --git a/project/fengdu/AppBIBoard/AppBIBoard.vue b/project/fengdu/AppBIBoard/AppBIBoard.vue new file mode 100644 index 00000000..42814bc0 --- /dev/null +++ b/project/fengdu/AppBIBoard/AppBIBoard.vue @@ -0,0 +1,51 @@ + + + diff --git a/project/fengdu/AppBIBoard/assets/fullscreenIcon.png b/project/fengdu/AppBIBoard/assets/fullscreenIcon.png new file mode 100644 index 00000000..c53081d4 Binary files /dev/null and b/project/fengdu/AppBIBoard/assets/fullscreenIcon.png differ diff --git a/project/fengdu/AppBIBoard/assets/settingIcon.png b/project/fengdu/AppBIBoard/assets/settingIcon.png new file mode 100644 index 00000000..3fdb6f2f Binary files /dev/null and b/project/fengdu/AppBIBoard/assets/settingIcon.png differ diff --git a/project/fengdu/AppBIBoard/assets/timeIcon.png b/project/fengdu/AppBIBoard/assets/timeIcon.png new file mode 100644 index 00000000..46629684 Binary files /dev/null and b/project/fengdu/AppBIBoard/assets/timeIcon.png differ diff --git a/project/fengdu/AppBIBoard/components/fengduHead.vue b/project/fengdu/AppBIBoard/components/fengduHead.vue new file mode 100644 index 00000000..a3e22250 --- /dev/null +++ b/project/fengdu/AppBIBoard/components/fengduHead.vue @@ -0,0 +1,180 @@ + + + + + diff --git a/ui/packages/layout/AiFitView.vue b/ui/packages/layout/AiFitView.vue index 5d67c62e..9559bbd8 100644 --- a/ui/packages/layout/AiFitView.vue +++ b/ui/packages/layout/AiFitView.vue @@ -54,6 +54,7 @@ export default { background-size: 10px 10px; .view { + flex-shrink: 0; background-color: #fff; } }