@titaui/pc 1.16.60-beta.110 → 1.16.61

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.
@@ -143,6 +143,7 @@ function DialogConfirm(props) {
143
143
  return /*#__PURE__*/_react["default"].createElement(_rcDialog["default"], _extends({
144
144
  className: (0, _classnames["default"])(preCls, "".concat(preCls, "--no-bottom-line"), className),
145
145
  visible: visible,
146
+ width: 360,
146
147
  closeIcon: /*#__PURE__*/_react["default"].createElement("span", null),
147
148
  animation: "slide-fade",
148
149
  maskAnimation: "fade",
@@ -70,10 +70,6 @@ var getFileTypeMapIcon = function getFileTypeMapIcon(fileType) {
70
70
  fileImg = _mind["default"];
71
71
  backGroundColor = "#E6F8FF";
72
72
  canPreview = true;
73
- } else if (/^(txt)$/.test(fileType.toLowerCase())) {
74
- fileImg = _newFileListOther["default"];
75
- backGroundColor = "#E6FCFF";
76
- canPreview = true;
77
73
  } else {
78
74
  fileImg = _newFileListOther["default"];
79
75
  backGroundColor = "#E6FCFF";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@titaui/pc",
3
- "version": "1.16.60-beta.110",
3
+ "version": "1.16.61",
4
4
  "nameCN": "",
5
5
  "description": "",
6
6
  "main": "lib/index.js",