提交 0c0eb1d2 编写于 作者: ibizdev's avatar ibizdev

kuaikuai 发布系统代码 [后台服务,演示应用]

上级 dcb687e0
......@@ -2,7 +2,7 @@
import { Component } from 'vue-property-decorator';
import CustomCalendarBase from './custom-calendar-calendar-base.vue';
import layout_itemlayoutpanel from '@widgets/ibizbook/itemlayoutpanel-panel/itemlayoutpanel-panel.vue';
import layout_itemlayoutpanel from '@widgets/ibizbook/timelineitemlayoutpanel-panel/timelineitemlayoutpanel-panel.vue';
@Component({
components: {
......
/**
* TIMELINEITEMLAYOUTPANEL 部件模型
*
* @export
* @class TIMELINEITEMLAYOUTPANELModel
*/
export default class TIMELINEITEMLAYOUTPANELModel {
/**
* 获取数据项集合
*
* @returns {any[]}
* @memberof TIMELINEITEMLAYOUTPANELModel
*/
public getDataItems(): any[] {
return [
]
}
}
\ No newline at end of file
import { Http } from '@/utils';
import ControlService from '@/widgets/control-service';
/**
* TIMELINEITEMLAYOUTPANEL 部件服务对象
*
* @export
* @class TIMELINEITEMLAYOUTPANELService
*/
export default class TIMELINEITEMLAYOUTPANELService extends ControlService {
}
\ No newline at end of file
// this is less
.app-layoutpanel {
height: 100%;
.app-layoutpanel-container {
padding: 6px;
}
.app-layoutpanel-tabpanel{
>.el-tabs {
>.el-.el-tabs__header{
margin: 0 0 10px;
}
.app-layoutpanel-tabpage{
padding: 6px;
}
}
}
.app-layoutpanel-button,.app-layoutpanel-conctrl,.app-layoutpanel-ctrlpos,.app-layoutpanel-field,.app-layoutpanel-rowitem,.app-layoutpanel-usercontrol{
padding: 6px;
}
.item-field{
padding: 0 4px;
display: flex;
>.item-field-label{
padding: 0 8px;
}
}
}
\ No newline at end of file
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import TIMELINEITEMLAYOUTPANELBase from './timelineitemlayoutpanel-panel-base.vue';
@Component({
components: {
}
})
export default class TIMELINEITEMLAYOUTPANEL extends TIMELINEITEMLAYOUTPANELBase {
}
</script>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册