@deepinnet-components/pc 0.0.35 → 0.0.36

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.
@@ -168,7 +168,7 @@ var AccountList = function AccountList() {
168
168
  title: '操作',
169
169
  dataIndex: 'action',
170
170
  fixed: 'right',
171
- width: 140,
171
+ width: canEditPassword ? 200 : 140,
172
172
  align: 'left',
173
173
  render: function render(_, row) {
174
174
  var operationList = [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepinnet-components/pc",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",