fmui-base 2.0.19 → 2.0.21
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
|
@@ -143,14 +143,14 @@ var Page = function (_React$Component) {
|
|
|
143
143
|
_react2.default.createElement(
|
|
144
144
|
Box,
|
|
145
145
|
{ className: 'dd-border-width' },
|
|
146
|
-
_react2.default.createElement('div', { className: i == this.state.processLogList.length - 1 ? "dd-border-o
|
|
146
|
+
_react2.default.createElement('div', { className: i == this.state.processLogList.length - 1 ? "dd-border-o theme-border" : "dd-border-o" })
|
|
147
147
|
),
|
|
148
148
|
_react2.default.createElement(
|
|
149
149
|
'div',
|
|
150
150
|
{ className: 'recording-card' },
|
|
151
151
|
_react2.default.createElement(
|
|
152
152
|
'div',
|
|
153
|
-
{ className: 'recording-message' },
|
|
153
|
+
{ className: 'recording-message theme-color' },
|
|
154
154
|
_react2.default.createElement(
|
|
155
155
|
'div',
|
|
156
156
|
{ className: 't-omit' },
|
|
@@ -6791,7 +6791,7 @@ var PageHome = function (_React$Component) {
|
|
|
6791
6791
|
{ flex: 1, className: 't-PL16 t-PT10 t-PB10', onClick: this.handleChecked.bind(this, i, i, item, "next") },
|
|
6792
6792
|
_react2.default.createElement(
|
|
6793
6793
|
Box,
|
|
6794
|
-
{ id: i, className: item.checked == false ? "t-checkbox-field-icon-list un-checked" : item.disable ? "t-checkbox-field-icon checked disable t-checkbox-field-icon-list" : "t-checkbox-field-icon-list" },
|
|
6794
|
+
{ id: i, className: item.checked == false ? "t-checkbox-field-icon-list un-checked" : item.disable ? "t-checkbox-field-icon checked disable t-checkbox-field-icon-list" : "t-checkbox-field-icon-list checked" },
|
|
6795
6795
|
_react2.default.createElement('i', { className: 'iconfont icon-checked t-FCf t-FS14' })
|
|
6796
6796
|
),
|
|
6797
6797
|
_react2.default.createElement(
|