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.
- package/lib/data-table.js +143 -124
- package/lib/eoss-ui.common.js +258 -195
- package/lib/index.js +1 -1
- package/lib/login.js +8 -6
- package/lib/main.js +98 -56
- package/lib/select.js +1 -1
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/package.json +2 -2
- package/packages/data-table/src/main.vue +50 -26
- package/packages/login/src/main.vue +10 -4
- package/packages/main/src/simplicity/index.vue +15 -3
- package/packages/main/src/simplicity/menu-list.vue +31 -17
- package/packages/main/src/simplicity/user.vue +1 -0
- package/packages/select/src/main.vue +4 -1
- package/packages/theme-chalk/lib/base.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/base.scss +3 -0
- package/packages/theme-chalk/src/common/var.scss +4 -0
- package/packages/theme-chalk/src/login.scss +2 -2
- package/packages/theme-chalk/src/simplicity.scss +13 -7
- package/src/index.js +1 -1
|
@@ -647,7 +647,7 @@
|
|
|
647
647
|
top: 24px;
|
|
648
648
|
}
|
|
649
649
|
.es-login {
|
|
650
|
-
width:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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-
|
|
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 {
|