提交 248091a3 编写于 作者: ibizdev's avatar ibizdev

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

上级 274eb7b4
......@@ -175,6 +175,14 @@
"viewname": "IBIZBOOKAutoGroupListView",
"viewtag": "2b42718d8fb3b4c9a01651222304445a"
},
"ibizbookruleseditview": {
"title": "图书编辑视图(值规则)",
"caption": "图书",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKRulesEditView",
"viewtag": "2bf74d5d66fa6d8d38b21b090586529b"
},
"ibizbooktreegridexview": {
"title": "图书树表格视图",
"caption": "图书",
......@@ -1023,6 +1031,14 @@
"viewname": "IBIZBOOKDataView",
"viewtag": "dddefe276053bb9682b51318e96b45d6"
},
"ibizbookinterfunceditview": {
"title": "图书编辑视图(内置功能)",
"caption": "图书",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKInterFuncEditView",
"viewtag": "de9166f936946237e2d0e5367db078c2"
},
"ibizsample0003spickupview2": {
"title": "IBIZSAMPLE0003数据选择视图",
"caption": "示例实体03",
......
......@@ -22,6 +22,10 @@ export default {
caption: "图书",
title: "图书列表视图(自动分组)",
},
ruleseditview: {
caption: "图书",
title: "图书编辑视图(值规则)",
},
treegridexview: {
caption: "图书",
title: "图书树表格视图",
......@@ -98,6 +102,10 @@ export default {
caption: "图书",
title: "图书数据视图",
},
interfunceditview: {
caption: "图书",
title: "图书编辑视图(内置功能)",
},
usr3dataview: {
caption: "图书",
title: "图书数据视图(代码表分组)",
......@@ -160,6 +168,72 @@ export default {
uiactions: {
},
},
interfuncform_form: {
details: {
group1: "图书基本信息",
formpage1: "基本信息",
group2: "操作信息",
formpage2: "其它",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "图书标识",
srfmajortext: "图书名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
ibizbookid: "图书标识",
ibizbookname: "图书名称",
author: "图书作者",
press: "图书出版社",
price: "图书价格",
type: "图书类型",
booknumber: "图书数量",
subtext: "图书描述",
icon: "图标",
returntime: "归还日期",
lendouttime: "借出日期",
createman: "建立人",
createdate: "建立时间",
updateman: "更新人",
updatedate: "更新时间",
},
uiactions: {
},
},
rulesform_form: {
details: {
group1: "图书基本信息",
formpage1: "基本信息",
group2: "操作信息",
formpage2: "其它",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "图书标识",
srfmajortext: "图书名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
ibizbookid: "图书标识",
ibizbookname: "图书名称",
author: "图书作者",
press: "图书出版社",
price: "图书价格",
type: "图书类型",
booknumber: "图书数量",
subtext: "图书描述",
icon: "图标",
returntime: "归还日期",
lendouttime: "借出日期",
createman: "建立人",
createdate: "建立时间",
updateman: "更新人",
updatedate: "更新时间",
},
uiactions: {
},
},
rowedit_grid: {
columns: {
ibizbookname: "图书名称",
......@@ -861,6 +935,16 @@ export default {
tip: "数据导入",
},
},
interfunceditviewtoolbar_toolbar: {
tbitem3: {
caption: "Save",
tip: "Save",
},
tbitem5: {
caption: "Save And Close",
tip: "Save And Close Window",
},
},
usr5gridviewtoolbar_toolbar: {
},
valuerulesgridviewtoolbar_toolbar: {
......@@ -1003,6 +1087,16 @@ export default {
},
haspanellistviewtoolbar_toolbar: {
},
ruleseditviewtoolbar_toolbar: {
tbitem3: {
caption: "Save",
tip: "Save",
},
tbitem5: {
caption: "Save And Close",
tip: "Save And Close Window",
},
},
tree_treeview: {
nodata:"",
nodes: {
......
......@@ -21,6 +21,10 @@ export default {
caption: "图书",
title: "图书列表视图(自动分组)",
},
ruleseditview: {
caption: "图书",
title: "图书编辑视图(值规则)",
},
treegridexview: {
caption: "图书",
title: "图书树表格视图",
......@@ -97,6 +101,10 @@ export default {
caption: "图书",
title: "图书数据视图",
},
interfunceditview: {
caption: "图书",
title: "图书编辑视图(内置功能)",
},
usr3dataview: {
caption: "图书",
title: "图书数据视图(代码表分组)",
......@@ -159,6 +167,72 @@ export default {
uiactions: {
},
},
interfuncform_form: {
details: {
group1: "图书基本信息",
formpage1: "基本信息",
group2: "操作信息",
formpage2: "其它",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "图书标识",
srfmajortext: "图书名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
ibizbookid: "图书标识",
ibizbookname: "图书名称",
author: "图书作者",
press: "图书出版社",
price: "图书价格",
type: "图书类型",
booknumber: "图书数量",
subtext: "图书描述",
icon: "图标",
returntime: "归还日期",
lendouttime: "借出日期",
createman: "建立人",
createdate: "建立时间",
updateman: "更新人",
updatedate: "更新时间",
},
uiactions: {
},
},
rulesform_form: {
details: {
group1: "图书基本信息",
formpage1: "基本信息",
group2: "操作信息",
formpage2: "其它",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "图书标识",
srfmajortext: "图书名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
ibizbookid: "图书标识",
ibizbookname: "图书名称",
author: "图书作者",
press: "图书出版社",
price: "图书价格",
type: "图书类型",
booknumber: "图书数量",
subtext: "图书描述",
icon: "图标",
returntime: "归还日期",
lendouttime: "借出日期",
createman: "建立人",
createdate: "建立时间",
updateman: "更新人",
updatedate: "更新时间",
},
uiactions: {
},
},
rowedit_grid: {
columns: {
ibizbookname: "图书名称",
......@@ -860,6 +934,16 @@ export default {
tip: "数据导入",
},
},
interfunceditviewtoolbar_toolbar: {
tbitem3: {
caption: "保存",
tip: "保存",
},
tbitem5: {
caption: "保存并关闭",
tip: "保存并关闭",
},
},
usr5gridviewtoolbar_toolbar: {
},
valuerulesgridviewtoolbar_toolbar: {
......@@ -1002,6 +1086,16 @@ export default {
},
haspanellistviewtoolbar_toolbar: {
},
ruleseditviewtoolbar_toolbar: {
tbitem3: {
caption: "保存",
tip: "保存",
},
tbitem5: {
caption: "保存并关闭",
tip: "保存并关闭",
},
},
tree_treeview: {
nodata:"",
nodes: {
......
......@@ -171,7 +171,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
iconcls: '',
icon: '',
textcls: '',
appfunctag: '',
appfunctag: 'AppFunc31',
resourcetag: '',
},
{
......
......@@ -183,6 +183,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IBIZBOOKAutoGroupListView",
"viewtag": "2b42718d8fb3b4c9a01651222304445a"
},
"ibizbookruleseditview": {
"title": "图书编辑视图(值规则)",
"caption": "图书",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKRulesEditView",
"viewtag": "2bf74d5d66fa6d8d38b21b090586529b"
},
"ibizbooktreegridexview": {
"title": "图书树表格视图",
"caption": "图书",
......@@ -1031,6 +1039,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "IBIZBOOKDataView",
"viewtag": "dddefe276053bb9682b51318e96b45d6"
},
"ibizbookinterfunceditview": {
"title": "图书编辑视图(内置功能)",
"caption": "图书",
"viewtype": "DEEDITVIEW",
"viewmodule": "Sample",
"viewname": "IBIZBOOKInterFuncEditView",
"viewtag": "de9166f936946237e2d0e5367db078c2"
},
"ibizsample0003spickupview2": {
"title": "IBIZSAMPLE0003数据选择视图",
"caption": "示例实体03",
......
.view-card {
>.ivu-card-extra {
top: 5px;
right: 0px;
}
}
.ibizbookinter-func-edit-view{
position: relative;
}
.toolbar-container {
button {
margin: 6px 0px 4px 4px;
.caption {
margin-left: 4px;
}
}
.seperator {
color: #dcdee2;
margin: 0 0px 0 4px;
}
}
// this is less
.deepskyblueToolBar {color:white !important;background-color:#108cee !important;}
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import IBIZBOOKInterFuncEditViewBase from './ibizbookinter-func-edit-view-base.vue';
import view_form from '@widgets/ibizbook/inter-func-form-form/inter-func-form-form.vue';
@Component({
components: {
view_form,
},
beforeRouteEnter: (to: any, from: any, next: any) => {
next((vm: any) => {
if(!Object.is(vm.navModel,"route")){
vm.initNavDataWithTab(vm.viewCacheData);
}
vm.$store.commit('addCurPageViewtag', { fullPath: to.fullPath, viewtag: vm.viewtag });
});
},
})
export default class IBIZBOOKInterFuncEditView extends IBIZBOOKInterFuncEditViewBase {
}
</script>
\ No newline at end of file
......@@ -74,6 +74,7 @@ export const PageComponents = {
Vue.component('ibizcustomer-pickup-view', () => import('@pages/sample/ibizcustomer-pickup-view/ibizcustomer-pickup-view.vue'));
Vue.component('ibizuniproduct-index-pickup-view', () => import('@pages/sample/ibizuniproduct-index-pickup-view/ibizuniproduct-index-pickup-view.vue'));
Vue.component('ibizsample0003-sf1-edit-view', () => import('@pages/sample/ibizsample0003-sf1-edit-view/ibizsample0003-sf1-edit-view.vue'));
Vue.component('ibizbookinter-func-edit-view', () => import('@pages/sample/ibizbookinter-func-edit-view/ibizbookinter-func-edit-view.vue'));
Vue.component('ibizorder-pie-chart-view', () => import('@pages/sample/ibizorder-pie-chart-view/ibizorder-pie-chart-view.vue'));
Vue.component('ibizorder-detail-sgrid-view9', () => import('@pages/sample/ibizorder-detail-sgrid-view9/ibizorder-detail-sgrid-view9.vue'));
Vue.component('ibizuniproduct-sgrid-view', () => import('@pages/sample/ibizuniproduct-sgrid-view/ibizuniproduct-sgrid-view.vue'));
......
......@@ -1116,6 +1116,20 @@ const router = new Router({
},
component: () => import('@pages/sample/ibizsample0003-sf1-edit-view/ibizsample0003-sf1-edit-view.vue'),
},
{
path: 'ibizbooks/:ibizbook?/interfunceditview/:interfunceditview?',
meta: {
caption: 'entities.ibizbook.views.interfunceditview.caption',
info:'',
parameters: [
{ pathName: 'index', parameterName: 'index' },
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'interfunceditview', parameterName: 'interfunceditview' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizbookinter-func-edit-view/ibizbookinter-func-edit-view.vue'),
},
{
path: 'ibizorders/:ibizorder?/piechartview/:piechartview?',
meta: {
......@@ -3606,6 +3620,19 @@ const router = new Router({
},
component: () => import('@pages/sample/ibizbookdata-view/ibizbookdata-view.vue'),
},
{
path: '/ibizbooks/:ibizbook?/interfunceditview/:interfunceditview?',
meta: {
caption: 'entities.ibizbook.views.interfunceditview.caption',
info:'',
parameters: [
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'interfunceditview', parameterName: 'interfunceditview' },
],
requireAuth: true,
},
component: () => import('@pages/sample/ibizbookinter-func-edit-view/ibizbookinter-func-edit-view.vue'),
},
{
path: '/ibizsample0003s/:ibizsample0003?/spickupview2/:spickupview2?',
meta: {
......
......@@ -155,13 +155,14 @@ export const viewstate: any = {
'dddefe276053bb9682b51318e96b45d6',
'b09ceb3081717c0ed4fe19f9986598a0',
'875222727b7ab7dcaccc45808fd38b09',
'de9166f936946237e2d0e5367db078c2',
'9db924c804154be5b442a9737514a6f9',
'b29d930f430c127162f83753d85dd40c',
'36763886cbec62729dca4d4b8dad8161',
'7a8b6138e5893e7aba3b1a5deb3b3036',
'10e721a882036c8c012f35d2a6b00237',
'0c1093afa96df2832f707495afec541e',
'd8a6379b9ddbd161045a288aba0890b6',
'0c1093afa96df2832f707495afec541e',
'd1f311d51e800e95e9b10c49a8b49b5a',
'53269c1ea73ad6fae5d2ac4eced7f9d1',
'7d37165f2f535b4a6d2116188fe83d18',
......@@ -1272,6 +1273,15 @@ export const viewstate: any = {
'b3429ecc4d89a02bc5f5279f1bd7f620',
],
},
{
viewtag: 'de9166f936946237e2d0e5367db078c2',
viewmodule: 'Sample',
viewname: 'IBIZBOOKInterFuncEditView',
viewaction: '',
viewdatachange: false,
refviews: [
],
},
{
viewtag: 'df462fabce815005a40debffad2f43e6',
viewmodule: 'Sample',
......
......@@ -97,6 +97,7 @@ export default class IBIZBOOKUIServiceBase extends UIService {
*/
public initViewMap(){
this.allViewMap.set(':',{viewname:'autogrouplistview',srfappde:'ibizbooks',component:'ibizbookauto-group-list-view'});
this.allViewMap.set(':',{viewname:'ruleseditview',srfappde:'ibizbooks',component:'ibizbookrules-edit-view'});
this.allViewMap.set(':',{viewname:'treegridexview',srfappde:'ibizbooks',component:'ibizbooktree-grid-ex-view'});
this.allViewMap.set(':',{viewname:'groupbycodelistkanbanview',srfappde:'ibizbooks',component:'ibizbookgroup-by-codelist-kan-ban-view'});
this.allViewMap.set(':',{viewname:'usr2gridview',srfappde:'ibizbooks',component:'ibizbookusr2-grid-view'});
......@@ -116,6 +117,7 @@ export default class IBIZBOOKUIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'usr4dataview',srfappde:'ibizbooks',component:'ibizbookusr4-data-view'});
this.allViewMap.set(':',{viewname:'usr3gridview',srfappde:'ibizbooks',component:'ibizbookusr3-grid-view'});
this.allViewMap.set(':',{viewname:'dataview',srfappde:'ibizbooks',component:'ibizbookdata-view'});
this.allViewMap.set(':',{viewname:'interfunceditview',srfappde:'ibizbooks',component:'ibizbookinter-func-edit-view'});
this.allViewMap.set(':',{viewname:'usr3dataview',srfappde:'ibizbooks',component:'ibizbookusr3-data-view'});
this.allViewMap.set(':',{viewname:'updatedefaultgridview',srfappde:'ibizbooks',component:'ibizbookupdate-default-grid-view'});
this.allViewMap.set(':',{viewname:'usr2dataview',srfappde:'ibizbooks',component:'ibizbookusr2-data-view'});
......
......@@ -527,12 +527,12 @@ export default class MainMenuBase extends Vue implements ControlInterface {
case 'Auto97':
this.clickAuto97(item);
return;
case 'AppFunc6':
this.clickAppFunc6(item);
return;
case 'Auto124':
this.clickAuto124(item);
return;
case 'AppFunc6':
this.clickAppFunc6(item);
return;
case 'Auto262':
this.clickAuto262(item);
return;
......@@ -656,12 +656,12 @@ export default class MainMenuBase extends Vue implements ControlInterface {
case 'Auto408':
this.clickAuto408(item);
return;
case 'AppFunc3':
this.clickAppFunc3(item);
return;
case 'AppFunc19':
this.clickAppFunc19(item);
return;
case 'AppFunc3':
this.clickAppFunc3(item);
return;
case 'Auto235':
this.clickAuto235(item);
return;
......@@ -743,6 +743,9 @@ export default class MainMenuBase extends Vue implements ControlInterface {
case 'AppFunc22':
this.clickAppFunc22(item);
return;
case 'AppFunc31':
this.clickAppFunc31(item);
return;
case 'Auto279':
this.clickAuto279(item);
return;
......@@ -852,18 +855,18 @@ export default class MainMenuBase extends Vue implements ControlInterface {
}
/**
* 图书实体-表格值规则
* 行编辑
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public clickAppFunc6(item: any = {}) {
public clickAuto124(item: any = {}) {
const viewparam: any = {};
Object.assign(viewparam, {});
const deResParameters: any[] = [];
const parameters: any[] = [
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'valuerulesgridview', parameterName: 'valuerulesgridview' },
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'sf20gridview', parameterName: 'sf20gridview' },
];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
......@@ -875,18 +878,18 @@ export default class MainMenuBase extends Vue implements ControlInterface {
}
/**
* 行编辑
* 图书实体-表格值规则
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public clickAuto124(item: any = {}) {
public clickAppFunc6(item: any = {}) {
const viewparam: any = {};
Object.assign(viewparam, {});
const deResParameters: any[] = [];
const parameters: any[] = [
{ pathName: 'ibizorders', parameterName: 'ibizorder' },
{ pathName: 'sf20gridview', parameterName: 'sf20gridview' },
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'valuerulesgridview', parameterName: 'valuerulesgridview' },
];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
......@@ -1841,18 +1844,18 @@ export default class MainMenuBase extends Vue implements ControlInterface {
}
/**
* 图书实体行编辑表格
* 功能名称
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public clickAppFunc3(item: any = {}) {
public clickAppFunc19(item: any = {}) {
const viewparam: any = {};
Object.assign(viewparam, {});
const deResParameters: any[] = [];
const parameters: any[] = [
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'roweditgridview', parameterName: 'roweditgridview' },
{ pathName: 'usr4dataview', parameterName: 'usr4dataview' },
];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
......@@ -1864,18 +1867,18 @@ export default class MainMenuBase extends Vue implements ControlInterface {
}
/**
* 功能名称
* 图书实体行编辑表格
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public clickAppFunc19(item: any = {}) {
public clickAppFunc3(item: any = {}) {
const viewparam: any = {};
Object.assign(viewparam, {});
const deResParameters: any[] = [];
const parameters: any[] = [
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'usr4dataview', parameterName: 'usr4dataview' },
{ pathName: 'roweditgridview', parameterName: 'roweditgridview' },
];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
......@@ -2507,6 +2510,29 @@ export default class MainMenuBase extends Vue implements ControlInterface {
})
}
/**
* 图书实体表单(内置功能)
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public clickAppFunc31(item: any = {}) {
const viewparam: any = {};
Object.assign(viewparam, {});
const deResParameters: any[] = [];
const parameters: any[] = [
{ pathName: 'ibizbooks', parameterName: 'ibizbook' },
{ pathName: 'interfunceditview', parameterName: 'interfunceditview' },
];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path);
})
}
/**
* 表单项输入提示
*
......
......@@ -183,7 +183,7 @@ export default class MainMenuModel {
iconcls: '',
icon: '',
textcls: '',
appfunctag: '',
appfunctag: 'AppFunc31',
resourcetag: '',
authtag:'Web-MainMenu-menuitem107',
},
......
/**
* InterFuncForm 部件模型
*
* @export
* @class InterFuncFormModel
*/
export default class InterFuncFormModel {
/**
* 获取数据项集合
*
* @returns {any[]}
* @memberof InterFuncFormModel
*/
public getDataItems(): any[] {
return [
{
name: 'srfwfmemo',
prop: 'srfwfmemo',
dataType: 'TEXT',
},
// 前端新增修改标识,新增为"0",修改为"1"或未设值
{
name: 'srffrontuf',
prop: 'srffrontuf',
dataType: 'TEXT',
},
{
name: 'srfupdatedate',
prop: 'updatedate',
dataType: 'DATETIME',
},
{
name: 'srforikey',
},
{
name: 'srfkey',
prop: 'ibizbookid',
dataType: 'GUID',
},
{
name: 'srfmajortext',
prop: 'ibizbookname',
dataType: 'TEXT',
},
{
name: 'srftempmode',
},
{
name: 'srfuf',
},
{
name: 'srfdeid',
},
{
name: 'srfsourcekey',
},
{
name: 'ibizbookid',
prop: 'ibizbookid',
dataType: 'GUID',
},
{
name: 'ibizbookname',
prop: 'ibizbookname',
dataType: 'TEXT',
},
{
name: 'author',
prop: 'author',
dataType: 'TEXT',
},
{
name: 'press',
prop: 'press',
dataType: 'TEXT',
},
{
name: 'price',
prop: 'price',
dataType: 'FLOAT',
},
{
name: 'type',
prop: 'type',
dataType: 'TEXT',
},
{
name: 'booknumber',
prop: 'booknumber',
dataType: 'INT',
},
{
name: 'subtext',
prop: 'subtext',
dataType: 'TEXT',
},
{
name: 'icon',
prop: 'icon',
dataType: 'TEXT',
},
{
name: 'returntime',
prop: 'returntime',
dataType: 'DATE',
},
{
name: 'lendouttime',
prop: 'lendouttime',
dataType: 'DATE',
},
{
name: 'createman',
prop: 'createman',
dataType: 'TEXT',
},
{
name: 'createdate',
prop: 'createdate',
dataType: 'DATETIME',
},
{
name: 'updateman',
prop: 'updateman',
dataType: 'TEXT',
},
{
name: 'updatedate',
prop: 'updatedate',
dataType: 'DATETIME',
},
{
name: 'ibizbook',
prop: 'ibizbookid',
dataType: 'FONTKEY',
},
]
}
}
\ No newline at end of file
.ivu-tabs-no-animation>.ivu-tabs-content{
padding: 0 16px;
}
.ivu-card-head{
padding: 14px 0;
}
.app-form {
overflow: auto;
padding: 6px;
> .ivu-row {
> .ivu-tabs {
height: 100%;
display: flex;
flex-direction: column;
> .ivu-tabs-content {
flex-grow: 1;
overflow: auto;
> .ivu-tabs-tabpane {
height: 100%;
}
}
}
}
}
.app-tabpanel-flex {
height: 100%;
> .ivu-tabs-content {
height: calc(100% - 52px);
> .ivu-tabs-tabpane {
height: 100%;
}
}
}
.app-form {
>.ivu-row:nth-child(2) {
>.ivu-col:nth-child(1) {
>.ivu-row.app-form-group.app-group-hiddden-caption:nth-child(1) {
margin-top: 12px;
}
}
}
}
.app-form{
// 表单行间距
.app-form-item{
margin-bottom: 20px;
}
// 表单按钮margin
.app-form-button{
margin:0 6px;
}
}
// this is less
<script lang='tsx'>
import { Component } from 'vue-property-decorator';
import InterFuncFormBase from './inter-func-form-form-base.vue';
@Component({
components: {
}
})
export default class InterFuncForm extends InterFuncFormBase {
}
</script>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册