centaline-data-driven 1.3.8 → 1.3.9

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.3.08",
3
+ "version": "1.3.09",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -18,12 +18,12 @@
18
18
  },
19
19
  methods: {
20
20
  sendMessage () {
21
- let deviceID= this.getCookie("DeviceID");
21
+ let token= this.getCookie("token");
22
22
  this.$refs.iframe.contentWindow.postMessage({
23
23
  functionName: 'cookie',
24
24
  params: {
25
25
  success: true,
26
- data: deviceID || 'XXXXXXXXXXX',
26
+ data: token,
27
27
  }
28
28
  }, '*');
29
29
  },
@@ -446,9 +446,9 @@ html {
446
446
  .magnify-toolbar {
447
447
  display: inline-block;
448
448
  background-color: rgba(0, 0, 0, 0.5);
449
- -webkit-border-radius: 5px 5px 0 0;
450
- -moz-border-radius: 5px 5px 0 0;
451
- border-radius: 5px 5px 0 0;
449
+ -webkit-border-radius: 5px;
450
+ -moz-border-radius: 5px;
451
+ border-radius: 5px;
452
452
  }
453
453
  .magnify-toolbar .magnify-btn {
454
454
  margin: 15px 20px;
@@ -460,7 +460,9 @@ html {
460
460
  .magnify-btn-close:hover {
461
461
  color: #fff;
462
462
  }
463
-
463
+ .viewerMenu{
464
+ border-right: solid 2px #e6e6e6 !important;
465
+ }
464
466
  .viewerMenu .el-submenu__title,
465
467
  .viewerMenu .el-submenu .el-menu-item {
466
468
  height: 30px;