centaline-data-driven 1.4.18 → 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 +1 -1
- package/src/centaline/css/ccai.css +13 -1
- package/src/centaline/css/max.css +3 -0
- package/src/centaline/dynamicViewerFile/src/dynamicViewerFile.vue +3 -3
- package/wwwroot/static/centaline/centaline-data-driven.js +1 -1
- package/wwwroot/static/centaline/centaline-data-driven.js.map +1 -1
package/package.json
CHANGED
|
@@ -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
|
+
}
|
|
@@ -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;
|