ol-base-components 3.4.3 → 3.4.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol-base-components",
3
- "version": "3.4.3",
3
+ "version": "3.4.5",
4
4
  "private": false,
5
5
  "main": "src/package/index.js",
6
6
  "bin": {
package/src/api/api.js CHANGED
@@ -169,7 +169,8 @@ const MethodEnum = {
169
169
  get: "get",
170
170
  post: "post",
171
171
  put: "put",
172
- delete: "del",
172
+ // delete: "del",
173
+ delete: "delete",
173
174
  };
174
175
  const generateApiModules = swagger => {
175
176
  const { tags, paths } = swagger;
@@ -831,21 +831,21 @@ export default {
831
831
  width: calc(100% / 5);
832
832
  }
833
833
 
834
- .picker {
835
- width: 25%;
836
-
837
- ::v-deep .el-form-item__label {
838
- width: 27% !important;
839
- padding: 0 5px 0 0;
840
- word-break: break-all;
841
- white-space: nowrap;
842
- }
843
-
844
- ::v-deep .el-form-item__content {
845
- width: 73% !important;
846
- height: 28px;
847
- }
848
- }
834
+ // .picker {
835
+ // width: 25%;
836
+
837
+ // ::v-deep .el-form-item__label {
838
+ // width: 27% !important;
839
+ // padding: 0 5px 0 0;
840
+ // word-break: break-all;
841
+ // white-space: nowrap;
842
+ // }
843
+
844
+ // ::v-deep .el-form-item__content {
845
+ // width: 73% !important;
846
+ // height: 28px;
847
+ // }
848
+ // }
849
849
  }
850
850
 
851
851
  .formSearchBtnArrowDowns {