eoss-ui 0.5.81-beta6 → 0.5.81-beta8

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.
@@ -647,7 +647,7 @@
647
647
  top: 24px;
648
648
  }
649
649
  .es-login {
650
- width: 540px;
650
+ width: $--login-width;
651
651
  position: absolute;
652
652
  padding: 0 12px;
653
653
  .es-login-name {
@@ -658,7 +658,7 @@
658
658
  transform: translateX(-50%);
659
659
  }
660
660
  .es-login-main {
661
- padding: 40px 70px 30px 70px;
661
+ padding: $--login-padding;
662
662
  position: relative;
663
663
  border-radius: 20px;
664
664
  background-size: 100% 100%;
@@ -419,7 +419,7 @@
419
419
  .es-simplicity-menus-title {
420
420
  font-weight: bold;
421
421
  line-height: 30px;
422
- padding: 15px;
422
+ padding: 7px 7px 7px 14px;
423
423
  border-bottom: 1px solid #dfebf6;
424
424
  display: flex;
425
425
  justify-content: center;
@@ -437,16 +437,16 @@
437
437
  }
438
438
  .el-scrollbar {
439
439
  position: absolute;
440
- top: 61px;
440
+ top: 45px;
441
441
  right: 0;
442
442
  bottom: 0;
443
443
  left: 0;
444
444
  .el-scrollbar__view {
445
- padding: 12px;
445
+ padding: 8px 12px;
446
446
  }
447
447
  &.is-fold {
448
448
  .el-scrollbar__view {
449
- padding: 0;
449
+ padding: 4px;
450
450
  }
451
451
  }
452
452
  }
@@ -462,6 +462,10 @@
462
462
  overflow: hidden;
463
463
  border-radius: 6px;
464
464
  color: #15224c;
465
+ &.is-fold {
466
+ height: 40px;
467
+ padding: 4px 8px;
468
+ }
465
469
  .es-simplicity_apps-icon {
466
470
  height: 24px;
467
471
  padding: 4px;
@@ -500,7 +504,7 @@
500
504
  }
501
505
  &:hover {
502
506
  color: $--color-primary;
503
- background-color: $--color-primary-light-1;
507
+ background-color: $--color-primary-light-2;
504
508
  color: $--color-primary;
505
509
  }
506
510
  &.is-active {
@@ -762,10 +766,12 @@
762
766
  z-index: 9999;
763
767
  background-color: #f5fbff;
764
768
  border-radius: 9px;
765
- animation: ltr-drawer-out 0.3s;
769
+ //animation: ltr-drawer-out 0.3s;
770
+ animation: rtl-drawer-out 0.3s;
766
771
  overflow: hidden;
767
772
  &.es-in {
768
- animation: ltr-drawer-in 0.3s 1ms;
773
+ //animation: ltr-drawer-in 0.3s 1ms;
774
+ animation: rtl-drawer-in 0.3s 1ms;
769
775
  }
770
776
  .es-simplicity-message-overlook,
771
777
  .es-simplicity-message-handler {
package/src/index.js CHANGED
@@ -121,7 +121,7 @@ if (typeof window !== 'undefined' && window.Vue) {
121
121
  }
122
122
 
123
123
  export default {
124
- version: '0.5.81-beta6',
124
+ version: '0.5.81-beta8',
125
125
  install,
126
126
  Button,
127
127
  ButtonGroup,