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 +1 -0
- package/lib/poppage/check.js +1 -1
- package/lib/process_info/FlowChart.js +1 -1
- package/lib/upload/upload.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/lib/poppage/check.js
CHANGED
|
@@ -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-
|
|
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:
|
|
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' } },
|
package/lib/upload/upload.js
CHANGED
|
@@ -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;
|