eoss-ui 0.8.8 → 0.8.9

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": "eoss-ui",
3
- "version": "0.8.8",
3
+ "version": "0.8.9",
4
4
  "description": "eoss内部业务组件",
5
5
  "main": "lib/eoss-ui.common.js",
6
6
  "files": [
@@ -51,7 +51,7 @@
51
51
  :isBanInputOpinion="isBanInputOpinion"
52
52
  :nodeFixedOpinionSelectList="nodeFixedOpinionSelectList"
53
53
  />
54
- <div :class="`es-info ${formLabelPosition == 'left' ? 'form-left' : ''}`">
54
+ <div :class="`es-info ${formLabelPosition == 'left' ? 'form-left' : 'form-right'}`">
55
55
  <el-form
56
56
  ref="form"
57
57
  :model="circulateForm"
@@ -257,7 +257,7 @@
257
257
  !shrink
258
258
  "
259
259
  ref="esContent"
260
- :class="`es-info ${formLabelPosition == 'left' ? 'form-left' : ''}`"
260
+ :class="`es-info ${formLabelPosition == 'left' ? 'form-left' : 'form-right'}`"
261
261
  >
262
262
  <el-form
263
263
  ref="nextNode"
@@ -296,7 +296,7 @@
296
296
  <el-form-item
297
297
  prop="noticeType"
298
298
  label="通知方式"
299
- v-show="showBtn && nextNode.noticeList.length > 0"
299
+ v-show="showBtn && nextNode.noticeList.length > 0 && !hideMessage"
300
300
  >
301
301
  <el-checkbox-group v-model="nextNode.noticeType">
302
302
  <el-checkbox
@@ -214,7 +214,7 @@
214
214
  overflow-y: auto;
215
215
  overflow-x: hidden;
216
216
  }
217
- .es-flow-index .form-left .el-form-item{
217
+ .es-flow-index .form-right .el-form-item,.es-flow-index .form-left .el-form-item{
218
218
  margin-bottom: 22px !important;
219
219
  }
220
220
  .es-flow-index .es-info .el-form-item{
package/src/index.js CHANGED
@@ -125,7 +125,7 @@ if (typeof window !== 'undefined' && window.Vue) {
125
125
  }
126
126
 
127
127
  export default {
128
- version: '0.8.8',
128
+ version: '0.8.9',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,