centaline-data-driven 1.4.17 → 1.4.19

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.19",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -8,4 +8,16 @@
8
8
  }
9
9
  .ccai.ct-tags .ct-tags-mini{
10
10
  font-size: 12px !important;
11
- }
11
+ }
12
+ .ccai .viewerMenu .el-submenu > .el-submenu__title {
13
+ display: inline !important;
14
+ padding: 0 !important;
15
+ padding-top: 6px !important;
16
+ font-weight: bold;
17
+ }
18
+ .ccai .viewerMenu .el-submenu__title .el-submenu__icon-arrow {
19
+ display: none;
20
+ }
21
+ .ccai .ccai-aside.el-aside{
22
+ padding: 0 !important;
23
+ }
@@ -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
  }
@@ -296,3 +296,6 @@
296
296
  .st-serach-screen .max-ptb5 {
297
297
  padding-bottom: 5px !important;
298
298
  }
299
+ .ct-iti .el-date-editor .el-input__icon,.ct-iti .el-date-editor .el-input__inner,.ct-iti .el-date-editor .el-input__prefix,.ct-iti .el-date-editor .el-range-input,.ct-iti .el-date-editor .el-range-separator{
300
+ cursor: auto !important;
301
+ }
@@ -2,9 +2,9 @@
2
2
  <div style="height: 100%"
3
3
  id="viewer-file"
4
4
  ref="viewerfile"
5
- @contextmenu="handleMouse">
5
+ @contextmenu="handleMouse" class="ccai">
6
6
  <el-container style="height: 100%; border: 1px solid #eee">
7
- <el-aside style="background-color: rgb(238, 241, 246)">
7
+ <el-aside style="background-color: rgb(238, 241, 246)" class="ccai-aside">
8
8
  <div style="height: 100%" class="viewerMenu">
9
9
  <el-menu :default-openeds="openeds"
10
10
  :default-active="activeitem"
@@ -466,7 +466,7 @@
466
466
  height: 30px !important;
467
467
  line-height: 30px !important;
468
468
  }
469
-
469
+
470
470
  .viewerMenu .el-menu-item-group__title {
471
471
  line-height: 1px;
472
472
  height: 1px;