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

ibiz4j 发布系统代码

上级 cd024ff6
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
"file-saver": "^2.0.2", "file-saver": "^2.0.2",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"ibiz-gantt-elastic": "^1.0.15", "ibiz-gantt-elastic": "^1.0.15",
"ibiz-vue-lib": "^0.1.9", "ibiz-vue-lib": "^0.1.10",
"interactjs": "^1.9.4", "interactjs": "^1.9.4",
"moment": "^2.24.0", "moment": "^2.24.0",
"path-to-regexp": "^6.1.0", "path-to-regexp": "^6.1.0",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div v-if="showTree" class="ibiz-group-tree"> <div v-if="showTree" class="ibiz-group-tree">
<ibiz-select-tree :NodesData="treeItems" v-model="treeSelectVal" :treeOnly="true" :defaultChecked="true" @select="treeSelect"></ibiz-select-tree> <ibiz-select-tree :NodesData="treeItems" v-model="treeSelectVal" :treeOnly="true" :defaultChecked="true" @select="treeSelect"></ibiz-select-tree>
</div> </div>
<div class="ibiz-group-content"> <div class="ibiz-group-content" :style="{width:showTree?'calc(100% - 400px)':'100%'}">
<ibiz-group-card :data="cardItems" text="label" value="id" groupName="group" :multiple="multiple" :defaultSelect="cardSelctVal" @select="groupSelect"></ibiz-group-card> <ibiz-group-card :data="cardItems" text="label" value="id" groupName="group" :multiple="multiple" :defaultSelect="cardSelctVal" @select="groupSelect"></ibiz-group-card>
</div> </div>
</div> </div>
...@@ -275,7 +275,9 @@ export default class IBizGroupPicker extends Vue { ...@@ -275,7 +275,9 @@ export default class IBizGroupPicker extends Vue {
</script> </script>
<style lang="less"> <style lang="less">
.ibiz-group-container { .ibiz-group-picker{
height:100%;
.ibiz-group-container {
display: flex; display: flex;
height: calc(100% - 65px); height: calc(100% - 65px);
.ibiz-group-tree { .ibiz-group-tree {
...@@ -291,10 +293,11 @@ export default class IBizGroupPicker extends Vue { ...@@ -291,10 +293,11 @@ export default class IBizGroupPicker extends Vue {
overflow: auto; overflow: auto;
height: 100%; height: 100%;
} }
} }
.ibiz-group-footer { .ibiz-group-footer {
padding: 16px; padding: 16px;
text-align: right; text-align: right;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
}
} }
</style> </style>
\ No newline at end of file
...@@ -92,6 +92,12 @@ ...@@ -92,6 +92,12 @@
<artifactId>liquibase-core</artifactId> <artifactId>liquibase-core</artifactId>
</dependency> </dependency>
<!--xxl-job定时服务 -->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
</dependency>
</dependencies> </dependencies>
<properties> <properties>
......
...@@ -317,12 +317,6 @@ ...@@ -317,12 +317,6 @@
<artifactId>h2</artifactId> <artifactId>h2</artifactId>
</dependency> </dependency>
<!--xxl-job定时服务 -->
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
</dependency>
<!-- Error --> <!-- Error -->
<!-- Security --> <!-- Security -->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册