centaline-data-driven 1.1.32 → 1.1.33

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.
@@ -34,6 +34,7 @@ const paths = {
34
34
  "dynamicPlaceHolder": "./src/centaline/dynamicPlaceHolder/index.js",//占位控件
35
35
  "dynamicDetail": "./src/centaline/dynamicDetail/index.js",//详情页控件
36
36
  "dynamicTree": "./src/centaline/dynamicTree/index.js",//树组件
37
+ "dynamicSensitiveEye": "./src/centaline/dynamicSensitiveEye/index.js",////敏感数据小眼睛控
37
38
  "progress": "./src/centaline/progress/index.js",//进度条
38
39
  },
39
40
  "plugs": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "centaline-data-driven",
3
- "version": "1.1.32",
3
+ "version": "1.1.33",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -49,6 +49,10 @@
49
49
  padding-left: 0px;
50
50
  padding-right: 4px;
51
51
  cursor: pointer;
52
+ color: #388cd3;
53
+ }
54
+ .ct-tablecurrencyItem:hover{
55
+ color: #23527c;
52
56
  }
53
57
  .ct-tablecurrencyImg {
54
58
  width: 24px;