@jzliu-cli/bi-engine 0.0.172 → 0.0.174

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.
@@ -9,7 +9,7 @@ body {
9
9
  margin: 0;
10
10
  font-size: 12px;
11
11
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial,
12
- sans-serif;
12
+ sans-serif;
13
13
  color: var(--color-text-primary)
14
14
  }
15
15
 
@@ -244,7 +244,7 @@ body .layer-advance-dialog .layui-layer-content {
244
244
  }
245
245
  }
246
246
 
247
- .el-button + .btn-import {
247
+ .el-button+.btn-import {
248
248
  margin-left: 10px !important;
249
249
  }
250
250
 
@@ -359,7 +359,7 @@ body .layer-advance-dialog .layui-layer-content {
359
359
  }
360
360
  }
361
361
 
362
- .el-tree-node .el-button + .el-button {
362
+ .el-tree-node .el-button+.el-button {
363
363
  margin-left: 5px;
364
364
  }
365
365
  }
@@ -454,24 +454,24 @@ body .layer-advance-dialog .layui-layer-content {
454
454
  // // color: @--color-menu-item-active-text-color;
455
455
  // //}
456
456
  .el-scrollbar when (isdefined(@--color-menu-item-active-background)) {
457
- .el-menu:not(.el-menu--horizontal)
458
- .el-menu-item.is-active when (isdefined(@--color-menu-item-active-background-to)) {
457
+ .el-menu:not(.el-menu--horizontal) .el-menu-item.is-active when (isdefined(@--color-menu-item-active-background-to)) {
459
458
  background: linear-gradient(to left,
460
- @--color-menu-item-active-background,
461
- @--color-menu-item-active-background-to);
459
+ @--color-menu-item-active-background,
460
+ @--color-menu-item-active-background-to);
462
461
  }
463
- .el-menu:not(.el-menu--horizontal)
464
- .el-menu-item.is-active when not(isdefined(@--color-menu-item-active-background-to)) {
462
+
463
+ .el-menu:not(.el-menu--horizontal) .el-menu-item.is-active when not(isdefined(@--color-menu-item-active-background-to)) {
465
464
  background: @--color-menu-item-active-background;
466
465
  }
466
+
467
467
  .el-menu:not(.el-menu--horizontal) .el-menu-item:hover when (isdefined(@--color-menu-item-active-background-to)) {
468
468
  background: linear-gradient(to left,
469
- @--color-menu-item-active-background,
470
- @--color-menu-item-active-background-to);
469
+ @--color-menu-item-active-background,
470
+ @--color-menu-item-active-background-to);
471
471
  color: @--color-menu-item-active-text-color;
472
472
  }
473
- .el-menu:not(.el-menu--horizontal)
474
- .el-menu-item:hover when not(isdefined(@--color-menu-item-active-background-to)) {
473
+
474
+ .el-menu:not(.el-menu--horizontal) .el-menu-item:hover when not(isdefined(@--color-menu-item-active-background-to)) {
475
475
  background: @--color-menu-item-active-background;
476
476
  color: @--color-menu-item-active-text-color;
477
477
  }
@@ -480,7 +480,7 @@ body .layer-advance-dialog .layui-layer-content {
480
480
  /**
481
481
  * 多tab页表单,tab样式
482
482
  **/
483
- .dashboard-designer .el-tabs__header {
483
+ .dashboard-designer .el-tabs__header {
484
484
  margin: 8px 0 16px;
485
485
  }
486
486
 
@@ -492,9 +492,10 @@ body .layer-advance-dialog .layui-layer-content {
492
492
  background-color: @tab-header-background-color;
493
493
  }
494
494
 
495
- .table-header-gray th.el-table__cell{
495
+ .table-header-gray th.el-table__cell {
496
496
  background-color: #f7f8fa !important;
497
497
  }
498
+
498
499
  /**
499
500
  * 操作按钮颜色
500
501
  **/
@@ -534,7 +535,8 @@ body .layer-advance-dialog .layui-layer-content {
534
535
  color: #dcdfe6;
535
536
  }
536
537
 
537
- .el-table--group::after, .el-table--border::after {
538
+ .el-table--group::after,
539
+ .el-table--border::after {
538
540
  width: 0px;
539
541
  }
540
542
 
@@ -666,7 +668,7 @@ body .layer-advance-dialog .layui-layer-content {
666
668
  background-color: white;
667
669
  }
668
670
 
669
- .el-menu--horizontal > .el-menu-item {
671
+ .el-menu--horizontal>.el-menu-item {
670
672
  height: 40px;
671
673
  line-height: 40px;
672
674
  padding: 0;
@@ -714,7 +716,7 @@ body .layer-advance-dialog .layui-layer-content {
714
716
  }
715
717
 
716
718
  .tree-select.single-select-tree {
717
- .el-tree-node.is-current > .el-tree-node__content > .el-tree-node__label {
719
+ .el-tree-node.is-current>.el-tree-node__content>.el-tree-node__label {
718
720
  color: var(--color-primary);
719
721
  font-weight: 700;
720
722
  }
@@ -860,7 +862,8 @@ body .layer-advance-dialog .layui-layer-content {
860
862
  }
861
863
 
862
864
  ::-webkit-scrollbar-thumb {
863
- background: rgba(0, 0, 0, 0.15);;
865
+ background: rgba(0, 0, 0, 0.15);
866
+ ;
864
867
  border-radius: 2px;
865
868
  }
866
869
 
@@ -961,7 +964,7 @@ body .layer-advance-dialog .layui-layer-content {
961
964
  .el-table .cell,
962
965
  .planList .tb-flex .text,
963
966
  .ty_flex .nameLabel,
964
- .el-table .cell > div:first-child,
967
+ .el-table .cell>div:first-child,
965
968
  .vxe-table--render-wrapper .vxe-cell,
966
969
  .el-table .cell .el-button--text {
967
970
  overflow: hidden;
@@ -999,7 +1002,7 @@ body .layer-advance-dialog .layui-layer-content {
999
1002
 
1000
1003
  .el-textarea__inner {
1001
1004
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial,
1002
- sans-serif;
1005
+ sans-serif;
1003
1006
  }
1004
1007
 
1005
1008
  .stopUsing {
@@ -1153,6 +1156,7 @@ body .layer-advance-dialog .layui-layer-content {
1153
1156
  }
1154
1157
 
1155
1158
  .un-select-control {
1159
+
1156
1160
  .el-drawer,
1157
1161
  * {
1158
1162
  user-select: none;
@@ -1397,8 +1401,8 @@ body .layer-advance-dialog .layui-layer-content {
1397
1401
  display: flex;
1398
1402
  }
1399
1403
 
1400
- .cell .table-cell-flex > div:first-child,
1401
- .cell .table-cell-flex > span:first-child {
1404
+ .cell .table-cell-flex>div:first-child,
1405
+ .cell .table-cell-flex>span:first-child {
1402
1406
  text-overflow: ellipsis;
1403
1407
  overflow: hidden;
1404
1408
  }
@@ -1509,7 +1513,8 @@ body .layer-advance-dialog .layui-layer-content {
1509
1513
  }
1510
1514
  }
1511
1515
 
1512
- .dashboard-designer .el-table td,.dashboard-designer .el-table th.is-leaf {
1516
+ .dashboard-designer .el-table td,
1517
+ .dashboard-designer .el-table th.is-leaf {
1513
1518
  border-color: transparent;
1514
1519
  }
1515
1520
 
@@ -1518,7 +1523,8 @@ body .layer-advance-dialog .layui-layer-content {
1518
1523
  color: var(--text-color-level6);
1519
1524
  }
1520
1525
 
1521
- .dashboard-designer .el-table--border, .dashboard-designer .el-table--group {
1526
+ .dashboard-designer .el-table--border,
1527
+ .dashboard-designer .el-table--group {
1522
1528
  border: none;
1523
1529
  }
1524
1530
 
@@ -1552,7 +1558,7 @@ body .layer-advance-dialog .layui-layer-content {
1552
1558
  width: 100%;
1553
1559
  }
1554
1560
 
1555
- .el-button--small + .el-button--small {
1561
+ .el-button--small+.el-button--small {
1556
1562
  margin-left: 12px;
1557
1563
  }
1558
1564
 
@@ -1561,7 +1567,7 @@ body .layer-advance-dialog .layui-layer-content {
1561
1567
  font-size: 12px;
1562
1568
  }
1563
1569
 
1564
- .el-dialog__footer .el-button--mini + .el-button--mini {
1570
+ .el-dialog__footer .el-button--mini+.el-button--mini {
1565
1571
  margin-left: 12px;
1566
1572
  }
1567
1573
 
@@ -1747,7 +1753,6 @@ input {
1747
1753
  overflow: hidden;
1748
1754
  }
1749
1755
 
1750
-
1751
1756
  .vnode-radio .el-radio__label {
1752
1757
  display: none
1753
1758
  }
@@ -1755,3 +1760,24 @@ input {
1755
1760
  .db-form-item .el-form-item__label {
1756
1761
  line-height: 1.2;
1757
1762
  }
1763
+
1764
+ .jzliu-bi-engine-export-prompt {
1765
+ .el-message-box__content {
1766
+ display: flex;
1767
+ align-items: center;
1768
+ }
1769
+
1770
+ .el-message-box__container {
1771
+ margin-right: 12px;
1772
+ }
1773
+
1774
+ .el-message-box__input {
1775
+ flex: 1
1776
+ }
1777
+
1778
+ .el-button--small {
1779
+ padding: 9px 15px !important;
1780
+ font-size: 12px !important;
1781
+ border-radius: 3px;
1782
+ }
1783
+ }