ol-base-components 3.4.2 → 3.4.4

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.2",
3
+ "version": "3.4.4",
4
4
  "private": false,
5
5
  "main": "src/package/index.js",
6
6
  "bin": {
package/src/App.vue CHANGED
@@ -6,6 +6,7 @@
6
6
  @handleSearch="handleSearch"
7
7
  :dragable="false"
8
8
  @onSave="save"
9
+ dragable
9
10
  ></ol-customSearch>
10
11
  =========
11
12
  <!-- <div>table组件案例</div> -->
@@ -5,6 +5,7 @@
5
5
  width="60%"
6
6
  :close-on-click-modal="false"
7
7
  @close="handleClose"
8
+ append-to-body
8
9
  >
9
10
  <div class="search-config-container">
10
11
  <div class="config-header">
@@ -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 {