fmui-base 2.2.2 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.2.3:流程表单样式
6
7
  - 2.2.2:表单多行文本支持浮点型判断
7
8
  - 2.2.1:表单关联增加行隐藏参数
8
9
  - 2.1.99:移动端选人组件,默认展开当前登录人所在组织
@@ -535,7 +535,7 @@ var PageHome = function (_React$Component) {
535
535
  _react2.default.createElement(
536
536
  Box,
537
537
  { className: isIcon || readOnly ? 't-DN' : 't-PR4' },
538
- _react2.default.createElement('b', { className: 'iconfont icon-back t-rotate-180 t-FCc t-FS16 t-FS14' })
538
+ _react2.default.createElement('b', { className: 'iconfont icon-right-arrow t-rotate-180 t-FCc t-FS16' })
539
539
  )
540
540
  )
541
541
  )
@@ -155,7 +155,7 @@ var Page = function (_React$Component) {
155
155
  { className: 'recording-card' },
156
156
  _react2.default.createElement(
157
157
  'div',
158
- { className: 'recording-message theme-color' },
158
+ { className: i == this.state.processLogList.length - 1 ? "recording-message theme-color active" : "recording-message theme-color" },
159
159
  _react2.default.createElement(
160
160
  'div',
161
161
  { className: 't-omit', style: { color: '#999999' } },
@@ -633,7 +633,7 @@ var PageHome = function (_React$Component) {
633
633
  ),
634
634
  _react2.default.createElement(
635
635
  'div',
636
- { className: t.state.uploadType == 'image' ? "t-FBH t-fw" : "upload" },
636
+ { className: t.state.uploadType == 'image' ? "t-FBH t-fw t-JCR" : "upload" },
637
637
  t.state.initList.map(function (item, i) {
638
638
  function calculate(no) {
639
639
  var a = no / 1024;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",