@cqsjjb/jjb-react-admin-component 3.3.1-beta.8 → 3.3.1-beta.9
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/PhoneBox/dianchi.png +0 -0
- package/PhoneBox/index.js +5 -5
- package/PhoneBox/phone.png +0 -0
- package/PhoneBox/shexiang.png +0 -0
- package/PhoneBox/wangluo.png +0 -0
- package/PhoneBox/xinhao.png +0 -0
- package/package.json +1 -1
|
Binary file
|
package/PhoneBox/index.js
CHANGED
|
@@ -108,7 +108,7 @@ export default props => {
|
|
|
108
108
|
className: `phone-box ${size === 'small' ? 'phone-box-small' : ''}`
|
|
109
109
|
}, /*#__PURE__*/React.createElement("img", {
|
|
110
110
|
alt: "",
|
|
111
|
-
src: require('
|
|
111
|
+
src: require('./phone.png').default,
|
|
112
112
|
width: 356,
|
|
113
113
|
height: 720
|
|
114
114
|
}), /*#__PURE__*/React.createElement("div", {
|
|
@@ -118,7 +118,7 @@ export default props => {
|
|
|
118
118
|
}, /*#__PURE__*/React.createElement("div", {
|
|
119
119
|
className: "phone-header-time"
|
|
120
120
|
}, currentTime), /*#__PURE__*/React.createElement("img", {
|
|
121
|
-
src: require('
|
|
121
|
+
src: require('./shexiang.png').default,
|
|
122
122
|
width: 76,
|
|
123
123
|
height: 23,
|
|
124
124
|
alt: ""
|
|
@@ -126,15 +126,15 @@ export default props => {
|
|
|
126
126
|
className: "phone-header-status"
|
|
127
127
|
}, /*#__PURE__*/React.createElement("img", {
|
|
128
128
|
className: "status-xinhao",
|
|
129
|
-
src: require('
|
|
129
|
+
src: require('./xinhao.png').default,
|
|
130
130
|
alt: ""
|
|
131
131
|
}), /*#__PURE__*/React.createElement("img", {
|
|
132
132
|
className: "status-wangluo",
|
|
133
|
-
src: require('
|
|
133
|
+
src: require('./wangluo.png').default,
|
|
134
134
|
alt: ""
|
|
135
135
|
}), /*#__PURE__*/React.createElement("img", {
|
|
136
136
|
className: "status-dianchi",
|
|
137
|
-
src: require('
|
|
137
|
+
src: require('./dianchi.png').default,
|
|
138
138
|
alt: ""
|
|
139
139
|
}))), showEmpty && !iframeUrl ? /*#__PURE__*/React.createElement("div", {
|
|
140
140
|
style: {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|