centaline-data-driven 1.4.17 → 1.4.18

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": "centaline-data-driven",
3
- "version": "1.4.17",
3
+ "version": "1.4.18",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -760,10 +760,14 @@ html {
760
760
  .el-radio__label{
761
761
  padding-left: 5px!important;
762
762
  }
763
- .el-input--mini .el-input__inner{
763
+ .field-top .el-input--mini .el-input__inner{
764
764
  height: 26px!important;
765
765
  line-height: 26px!important;
766
766
  }
767
+ .el-input--mini .el-input__inner{
768
+ height: 26px;
769
+ line-height: 26px;
770
+ }
767
771
  .ct-rich-text {
768
772
  min-height: 26px!important;
769
773
  }