ci-plus 1.5.7 → 1.5.8

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.
@@ -453,7 +453,7 @@ defineExpose({ otherChangeTo })
453
453
  }
454
454
 
455
455
  .el-dialog__body {
456
- height: calc(100% - 27px);
456
+ height: calc(100% - 45px);
457
457
  }
458
458
 
459
459
  .el-table__body tr.current-row > td.el-table__cell {
@@ -25,10 +25,12 @@ defineOptions({ name: 'ci-headbtns' })
25
25
  padding: 5px 10px;
26
26
  }
27
27
  .ciheadbtns .ciheadbtns-left{
28
+ text-align: left;
28
29
  flex:1;
29
30
  }
30
31
  .ciheadbtns .ciheadbtns-right{
31
- max-width: 120px; /**最多显示3个按钮,就换行 */
32
+ text-align: right;
33
+ max-width: 150px; /**最多显示3个按钮,就换行 */
32
34
  display: flex;
33
35
  flex-direction: row;
34
36
  flex-wrap: wrap;