eoss-mobiles 0.2.73 → 0.2.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.
@@ -1 +1 @@
1
- @charset "UTF-8";.em-table-box .el-table--scrollable-y .el-table__body-wrapper,.em-table.el-table .el-table--scrollable-y .el-table__body-wrapper{overflow-x:auto!important}.em-table.el-table{height:calc(100% - 40px)}.em-table.el-table .van-field__control--right{text-align:left}.em-table.el-table .el-table__body-wrapper{height:calc(100% - 30px)}.em-table.el-table .el-scrollbar__view{height:100%}.em-table.el-table .el-table__empty-text{margin:auto}.em-table.el-table .cell{position:relative}.em-table.el-table .em-date .em-input,.em-table.el-table .em-picker .em-input,.em-table.el-table .em-selector .em-input,.em-table.el-table .em-table-input{border-radius:3px;border:1px solid #d9d9d9}.em-table.el-table .em-date .em-input .van-cell,.em-table.el-table .em-picker .em-input .van-cell,.em-table.el-table .em-selector .em-input .van-cell,.em-table.el-table .em-table-input .van-cell{background-color:unset}.em-table.el-table .em-date .em-input .van-field__error-message,.em-table.el-table .em-picker .em-input .van-field__error-message,.em-table.el-table .em-selector .em-input .van-field__error-message,.em-table.el-table .em-table-input .van-field__error-message{position:absolute;bottom:-14px}.em-table.el-table .el-table .em-row{background:hsvTorgb(222,.23,.75)}.em-table.el-table .el-table .el-table__header-wrapper .is-center,.em-table.el-table .el-table th.is-center,.em-table.el-table .em-table-header{background:#12278B;color:#fff}.em-table.el-table th{background:unset!important}.em-table.el-table .van-switch__node{width:.9em;height:.9em}.em-table-box .em-table-icon{position:absolute;top:10px;right:10px;color:#fff;font-size:18px}.em-table-isEnlarge{width:100vh!important;height:100vw!important;position:fixed;top:0;background-color:#fff;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg);z-index:9999}.em-table-isEnlarge .el-table__body-wrapper{overflow:auto;overflow-x:auto!important}
1
+ @charset "UTF-8";.em-table.el-table{height:calc(100% - 40px)}.em-table.el-table .van-field__control--right{text-align:left}.em-table.el-table .el-table__body-wrapper{height:calc(100% - 30px);overflow-x:auto!important}.em-table.el-table .el-scrollbar__view{height:100%}.em-table.el-table .el-table__empty-text{margin:auto}.em-table.el-table .cell{position:relative}.em-table.el-table .em-date .em-input,.em-table.el-table .em-picker .em-input,.em-table.el-table .em-selector .em-input,.em-table.el-table .em-table-input{border-radius:3px;border:1px solid #d9d9d9}.em-table.el-table .em-date .em-input .van-cell,.em-table.el-table .em-picker .em-input .van-cell,.em-table.el-table .em-selector .em-input .van-cell,.em-table.el-table .em-table-input .van-cell{background-color:unset}.em-table.el-table .em-date .em-input .van-field__error-message,.em-table.el-table .em-picker .em-input .van-field__error-message,.em-table.el-table .em-selector .em-input .van-field__error-message,.em-table.el-table .em-table-input .van-field__error-message{position:absolute;bottom:-14px}.em-table.el-table .el-table .em-row{background:hsvTorgb(222,.23,.75)}.em-table.el-table .el-table .el-table__header-wrapper .is-center,.em-table.el-table .el-table th.is-center,.em-table.el-table .em-table-header{background:#12278B;color:#fff}.em-table.el-table th{background:unset!important}.em-table.el-table .van-switch__node{width:.9em;height:.9em}.em-table-box .em-table-icon{position:absolute;top:10px;right:10px;color:#fff;font-size:18px}.em-table-box .el-table__body-wrapper{overflow-x:auto!important}.em-table-isEnlarge{width:100vh!important;height:100vw!important;position:fixed;top:0;background-color:#fff;left:0;-webkit-transform:rotate(90deg);transform:rotate(90deg);z-index:9999}.em-table-isEnlarge .el-table__body-wrapper{overflow:auto;overflow-x:auto!important}
@@ -53,7 +53,7 @@
53
53
  width: 0.9em;
54
54
  height: 0.9em;
55
55
  }
56
- .el-table--scrollable-y .el-table__body-wrapper {
56
+ .el-table__body-wrapper {
57
57
  overflow-x: auto !important;
58
58
  }
59
59
  }
@@ -65,7 +65,7 @@
65
65
  color: #fff;
66
66
  font-size: 18px;
67
67
  }
68
- .el-table--scrollable-y .el-table__body-wrapper {
68
+ .el-table__body-wrapper {
69
69
  overflow-x: auto !important;
70
70
  }
71
71
  }
@@ -82,5 +82,4 @@
82
82
  overflow: auto;
83
83
  overflow-x: auto !important;
84
84
  }
85
-
86
85
  }
package/src/index.js CHANGED
@@ -105,7 +105,7 @@ if (typeof window !== 'undefined' && window.Vue) {
105
105
  }
106
106
 
107
107
  export default {
108
- version: '0.2.73',
108
+ version: '0.2.75',
109
109
  install,
110
110
  Button,
111
111
  ButtonGroup,