提交 89b29bf6 编写于 作者: hudan's avatar hudan

调整列表分组模式样式

上级 f7a0a322
<#ibizinclude>
../@MACRO/CONTROL/LANGBASE.vue.ftl
</#ibizinclude>
<<#assign ListContent>
<div class="app-list-item-content">
<div class="item-icon">
<template v-if="item.srficon">
<img :src="item.srficon" />
</template>
<template v-else>
<img src="/assets/img/noimage.png"/>
</template>
</div>
<div v-if="item.srfdate" class="app-list-item-date">
<span class="date">{{ item.srfdate }}</span>
</div>
</#assign>
<template>
<#if ctrl.getBatchPSDEToolbar?? && ctrl.getBatchPSDEToolbar()??>
<div>
......@@ -20,25 +34,7 @@
<#elseif ctrl.itemRender??>
${ctrl.itemRender.code}
<#else>
<div class="app-list-item-content">
<div class="item-icon">
<template v-if="item.srficon">
<img :src="item.srficon" />
</template>
<template v-else>
<img src="/assets/img/noimage.png"/>
</template>
</div>
<template>
<div class="item-content-text">
<span class="item-text">{{item.srfmajortext}}</span>
<span v-if="item.srfdescription" class="item-subtext">{{ item.srfdescription }}</span>
</div>
</template>
</div>
<div v-if="item.srfdate" class="app-list-item-date">
<span class="date">{{ item.srfdate }}</span>
</div>
${ListContent}
<div class="app-list-item-action">
<template v-for="(action,index) in Object.keys(actionModel)">
<a :key="index" style="display: inline-block;margin: 0 12px;" @click="uiAction(item, action, $event)">
......@@ -65,7 +61,7 @@
<#elseif ctrl.itemRender??>
${ctrl.itemRender.code}
<#else>
<div class="app-list-item-content">{{item.srfmajortext}}</div>
${ListContent}
<div calss="app-list-item-action">
<template v-for="(action,index) in Object.keys(actionModel)">
<a :key="index" style="display: inline-block;margin: 0 12px;" @click="uiAction(item, action, $event)">
......
## v7.0.0-alpha.23 [2020-11-27]
### Bug修复
修复日历部件时间轴样式时UI报错 [ c01ccdc6](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/c01ccdc6d60f30e29cec70d4e400a911eef8f62d)
修复表格部件服务引用重复问题 [9bec644f](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/9bec644fba18b977fa4690294c124cf3dd847a18)
修复表格新建行传入表格数据指向变化导致的值规则校验异常问题 [abb3f28d](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/abb3f28d15221316ac53cb44a21fea8172991447)
修复日历部件非时间轴样式空值 [28b2f7bf](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/28b2f7bfb78cc5d2d839b593612cc891412a895a)
### 功能新增及优化
#### 模板
新增列表,数据视图支持分组时分组属性配置了代码表的情况[ 906ad9c7](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/906ad9c71575c2b111a6648eb8753ff58ac23058)
新增ip地址输入框编辑器 [2056798d](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/2056798d92b29554b7598ee3aa2511c1804cf1fc)[e821496b](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/e821496bb0ae9aefe4c12cb1ba9dd76a3b1e03cd)
新增数据视图部件批操作工具栏拖拽 [ab5155f1](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/ab5155f170df38f8d7b8c13386f87d39aa9ab1f5)
新增数据视图部件批操作工具栏拖拽样式 [612d42df](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/612d42df11352e7723bdcfb02f03c9039400a850)
新增表格重置表格项 [16124202](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/161242022b74315c29174b7561aad543140802ac)
新增工具栏按钮loadding状态 [8a9f6a67](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/8a9f6a6727cf1689b8e9706a15725155487f15d6)
新增标签插件(颜色)[c825544b](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/c825544b3afd785279eeee3961b018d9c04db15a)[d33ac4a9](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/d33ac4a9408e0516c3e65f4ab9bf8270ee1a7501)[f1816225](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/f181622574bb97cfb2eb9f757d1131b8fbc63e73)
新增表单文本框插件(颜色选择)[46da2005](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/46da2005cc8c7cf536c5a4426e198cba8bac7774)
优化数据视图排序工具栏 [29b533ba](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/29b533ba98c9b56cebde22bde2ba2d9e7557adfd)[27d0cc13](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/27d0cc13ac72e0144c47f828aa8a508731dc10bc)[3cb65864](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/3cb65864bdde50a07eb2445272cd202f0435bc6a)
优化数据视图排序模型数据集去重 [62ff0f41](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/62ff0f41613046d834e1c5d6462eb491823526fc)
优化实体列表视图默认显示UI [23a5cf6d](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/23a5cf6d234c6afa01b0f52d6c9b8429733a12e6)
优化数据视图卡片样式 [1742c9a3](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/1742c9a364e3ac2aa6e7602796702d965cfe8f03)
优化列表默认显示样式 [0b606257](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/0b6062572e06fd2ddf9a251a9342429da8535fa1)
优化看板视图搜索逻辑 [52d01b48](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/52d01b48e7d86b443aae0d90c94001a309a39448)
优化列表显示边距 [84b59c94](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/84b59c949e99435806cf16f84cea53e29ff7c8bf)
优化数据视图显示边距 [6cba9f8a](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7/commit/6cba9f8a91ad3dda7d10e26c1e469d1543827081)
#### 基础文件
新增排序工具栏组件及其国际化内容 [c3dff0d5](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7res/commit/c3dff0d57ea85a63ad602dc087e1c320f56e8988)
新增多久之前组件及其国际化内容 [6665a81c](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7res/commit/6665a81cb9e68be3001b1d1787b5683e9ab82bc0)
新增ip地址输入框组件 [48c93e48](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7res/commit/48c93e48414ca377287f95e9635b9afd0081ccb5)
新增app-picker组件占位提示 [f8d8a483](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7res/commit/f8d8a4833326d0ffb1268f9a46a6174608fde075)
新增排序组件动画效果 [5fa49017](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7res/commit/5fa4901787291e6cf5dbc601734e280b3b26a162)
新增按钮loading状态 [6c93ad74](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7res/commit/6c93ad74a92b8289a96d5ac26a3fd50be670f5d9)
新增标签插件(颜色显示)[983e6911](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7res/commit/983e69110d6df2760d92746bc523d51e4e9445dd)
新增文本框(颜色选择器)插件 [88a2ceed](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7res/commit/88a2ceed844d83f2630d92e1b6222d4074c831cd)
优化排序工具栏组件国际化内容 [663e689d](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7res/commit/663e689dc67a71796e69d362a4ce5391ef3dc72e)
优化图标组件,增加右边距 [9617882b](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7res/commit/9617882bf0179b0a259c18f06a211c0e9c50154a)
优化代码表组件显示样式 [32431f21](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7res/commit/32431f218fecefe02f5af42e33798aaff2e57b33)
优化ip地址输入框样式 [ddb331ed](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7res/commit/ddb331edbc9e8502570108a7029c6dd4b6b39416)
优化多久之前组件逻辑 [9a529f82](http://demo.ibizlab.cn/ibizr7pfstdtempl/ibizvuer7res/commit/9a529f823cd278f2a4e564829e218f568cf017c0)
## v7.0.0-alpha.22 [2020-11-22]
### Bug修复
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册