@aks-dev/easyui 1.0.74 → 1.0.75

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.
@@ -2,7 +2,7 @@
2
2
  * @Author: OBKoro1
3
3
  * @Date: 2022-04-24 17:38:27
4
4
  * @LastEditors: shiguo
5
- * @LastEditTime: 2022-07-08 16:52:06
5
+ * @LastEditTime: 2022-07-08 17:02:04
6
6
  * @FilePath: /@aks-dev/easyui/lib/MutiPictureView/MutiPictureView.tsx
7
7
  */
8
8
 
@@ -184,7 +184,7 @@ const styles = StyleSheet.create({
184
184
  container: {
185
185
  flexGrow: 1,
186
186
  minHeight: 1,
187
- // backgroundColor: 'red',
187
+ backgroundColor: 'transparent',
188
188
  display: 'flex',
189
189
  flexDirection: 'row',
190
190
  flexWrap: 'wrap',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aks-dev/easyui",
3
- "version": "1.0.74",
3
+ "version": "1.0.75",
4
4
  "description": "移动端App开发工具包",
5
5
  "main": "./src/index.ts",
6
6
  "typings": "./src/index.d.ts",