fmui-base 2.2.9 → 2.2.10
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/process_info/RelationProcess.js +1 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -153,13 +153,8 @@ var Page = function (_React$Component) {
|
|
|
153
153
|
_react2.default.createElement(
|
|
154
154
|
'div',
|
|
155
155
|
null,
|
|
156
|
-
_react2.default.createElement('img', { src: _variables2.default.nodataIcon, alt: ''
|
|
156
|
+
_react2.default.createElement('img', { src: _variables2.default.nodataIcon, alt: '' })
|
|
157
157
|
)
|
|
158
|
-
),
|
|
159
|
-
_react2.default.createElement(
|
|
160
|
-
Box,
|
|
161
|
-
{ className: 't-FCc' },
|
|
162
|
-
'\u6682\u65E0\u6570\u636E'
|
|
163
158
|
)
|
|
164
159
|
)
|
|
165
160
|
)
|