eoss-ui 0.7.66 → 0.7.67

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.
@@ -21,7 +21,7 @@
21
21
  }
22
22
  }
23
23
 
24
- .es-simplicity-top-logo {
24
+ .es-simplicitytop-top-logo {
25
25
  height: 266px;
26
26
  width: 58px;
27
27
  margin-left: 10px;
@@ -34,12 +34,10 @@
34
34
  padding: 16px 8px 8px 8px;
35
35
  @extend .es-flex-vertical;
36
36
 
37
- @if $--main-simplicity-side-background-color !='' {
37
+ @if $--main-simplicity-side-background-color != '' {
38
38
  background-color: $--main-simplicity-side-background-color;
39
- }
40
-
41
- @else {
42
- background-color: $--color-primary-light-9;
39
+ } @else {
40
+ background-color: $--color-primary-light-7;
43
41
  }
44
42
 
45
43
  .es-simplicity-user-popover {
@@ -188,7 +186,7 @@
188
186
  vertical-align: top;
189
187
  background: transparent;
190
188
 
191
- &>img {
189
+ & > img {
192
190
  width: 100%;
193
191
  }
194
192
  }
@@ -546,7 +544,7 @@
546
544
  }
547
545
  }
548
546
 
549
- &>button {
547
+ & > button {
550
548
  @media screen and (max-width: 1600px) and (max-height: 900px) {
551
549
  height: 24px;
552
550
  line-height: 24px;
@@ -845,7 +843,7 @@
845
843
  border-left: 1px solid #dfebf6;
846
844
  display: flex;
847
845
 
848
- .es-simplicity-menus-box+.es-simplicity-menus-box {
846
+ .es-simplicity-menus-box + .es-simplicity-menus-box {
849
847
  border-left: 1px solid #dfebf6;
850
848
  }
851
849
  }
@@ -928,7 +926,7 @@
928
926
  position: absolute;
929
927
  right: 16px;
930
928
 
931
- &+.es-simplicity_apps-text {
929
+ & + .es-simplicity_apps-text {
932
930
  width: 118px;
933
931
  }
934
932
  }
@@ -982,14 +980,14 @@
982
980
  .es-simplicity-iframe {
983
981
  height: 100%;
984
982
 
985
- &>.el-tabs__header {
983
+ & > .el-tabs__header {
986
984
  height: $--main-simplicity-header-height;
987
985
  padding: ($--main-simplicity-header-height - 36px)/2 0;
988
986
  margin: 0;
989
987
  border-bottom: 1px solid #dfebf6;
990
988
  background-color: #fff;
991
989
 
992
- &>.el-tabs__nav-main {
990
+ & > .el-tabs__nav-main {
993
991
  margin: 0 10px;
994
992
  }
995
993
 
@@ -1019,7 +1017,7 @@
1019
1017
  border-radius: 6px;
1020
1018
  color: #737a94;
1021
1019
 
1022
- &+.el-tabs__item {
1020
+ & + .el-tabs__item {
1023
1021
  margin-left: 12px;
1024
1022
  }
1025
1023
 
@@ -1031,7 +1029,7 @@
1031
1029
  }
1032
1030
  }
1033
1031
 
1034
- &>.el-tabs__content {
1032
+ & > .el-tabs__content {
1035
1033
  height: calc(100% - #{$--main-simplicity-header-height});
1036
1034
  background-color: $--background-color-base;
1037
1035
 
@@ -1041,12 +1039,12 @@
1041
1039
  }
1042
1040
 
1043
1041
  &.is-open {
1044
- &>.el-tabs__content {
1042
+ & > .el-tabs__content {
1045
1043
  animation: open-submenu 0.3s 1ms forwards;
1046
1044
  }
1047
1045
 
1048
1046
  &.is-fold {
1049
- &>.el-tabs__content {
1047
+ & > .el-tabs__content {
1050
1048
  animation: close-submenu 0.1s 0ms forwards;
1051
1049
  }
1052
1050
  }
@@ -1100,7 +1098,7 @@
1100
1098
  }
1101
1099
  }
1102
1100
 
1103
- &+.es-simplicitytop-handler-item {
1101
+ & + .es-simplicitytop-handler-item {
1104
1102
  margin-left: 16px;
1105
1103
  }
1106
1104
  }
@@ -1232,7 +1230,7 @@
1232
1230
  border-radius: 9px;
1233
1231
  padding: 16px 24px;
1234
1232
 
1235
- &+.es-simplicity-message-item {
1233
+ & + .es-simplicity-message-item {
1236
1234
  margin-top: 20px;
1237
1235
  }
1238
1236
 
@@ -1319,10 +1317,9 @@
1319
1317
  z-index: -999;
1320
1318
  }
1321
1319
 
1322
- .es-public-search-dialog>.el-dialog {
1323
-
1324
- &>.el-dialog__header,
1325
- &>.el-dialog__body {
1320
+ .es-public-search-dialog > .el-dialog {
1321
+ & > .el-dialog__header,
1322
+ & > .el-dialog__body {
1326
1323
  background-color: #fff;
1327
1324
  }
1328
1325
  }
@@ -1473,7 +1470,7 @@
1473
1470
  white-space: nowrap;
1474
1471
  text-overflow: ellipsis;
1475
1472
 
1476
- .es-public-search-item-text+.es-public-search-item-text {
1473
+ .es-public-search-item-text + .es-public-search-item-text {
1477
1474
  margin-left: 20px;
1478
1475
  }
1479
1476
  }
@@ -1531,8 +1528,8 @@
1531
1528
 
1532
1529
  .el-menu-item:not(.is-disabled),
1533
1530
  .el-submenu__title,
1534
- &>.el-menu .el-menu-item:not(.is-disabled),
1535
- &>.el-menu .el-submenu__title {
1531
+ & > .el-menu .el-menu-item:not(.is-disabled),
1532
+ & > .el-menu .el-submenu__title {
1536
1533
  padding: 8px 24px;
1537
1534
  height: 48px;
1538
1535
  line-height: 32px;
@@ -1592,7 +1589,6 @@
1592
1589
 
1593
1590
  .el-menu--popup .el-menu-item:not(.is-disabled),
1594
1591
  .el-menu--popup .el-submenu__title {
1595
-
1596
1592
  &:hover,
1597
1593
  &:focus,
1598
1594
  &.is-active {
@@ -1605,8 +1601,8 @@
1605
1601
 
1606
1602
  .el-menu-item:not(.is-disabled),
1607
1603
  .el-submenu__title,
1608
- >.el-menu .el-menu-item:not(.is-disabled),
1609
- >.el-menu .el-submenu__title {
1604
+ > .el-menu .el-menu-item:not(.is-disabled),
1605
+ > .el-menu .el-submenu__title {
1610
1606
  width: 48px;
1611
1607
  height: 40px !important;
1612
1608
  padding: 4px 12px !important;
@@ -1647,7 +1643,6 @@
1647
1643
  }
1648
1644
 
1649
1645
  .es-simplicitytop-main {
1650
-
1651
1646
  .es-simplicity-apps,
1652
1647
  .es-simplicity-message,
1653
1648
  .es-simplicity-message-modal,
@@ -1751,8 +1746,8 @@
1751
1746
 
1752
1747
  &-left {
1753
1748
  height: 100%;
1754
- background-color: $--color-primary-light-9;
1755
- width: 200px;
1749
+ background-color: $--color-primary-light-7;
1750
+ width: 160px;
1756
1751
  float: left;
1757
1752
  padding-bottom: 16px;
1758
1753
  display: flex;
@@ -1776,7 +1771,7 @@
1776
1771
 
1777
1772
  &-content {
1778
1773
  height: 100%;
1779
- margin-left: 200px;
1774
+ margin-left: 160px;
1780
1775
  overflow: hidden;
1781
1776
  position: relative;
1782
1777
  }
@@ -1885,7 +1880,7 @@
1885
1880
 
1886
1881
  .es-main .es-simplicitytop-main-menu .es-fourth-tabs {
1887
1882
  border: 0;
1888
- background-color: $--color-primary;
1883
+ background-color: $--color-primary-light-7;
1889
1884
 
1890
1885
  .el-menu {
1891
1886
  border-bottom: 0;
@@ -1898,15 +1893,14 @@
1898
1893
  color: rgba(255, 255, 255, 0.85) !important;
1899
1894
 
1900
1895
  &:not(.is-disabled) {
1901
-
1902
1896
  &:focus,
1903
1897
  &:hover,
1904
1898
  &.is-active,
1905
1899
  &.es-menu-item-focus {
1906
- background-color: $--color-primary-light-7;
1900
+ background-color: $--color-primary-light-9;
1907
1901
  border: 0;
1908
1902
 
1909
- &>.el-submenu__title {
1903
+ & > .el-submenu__title {
1910
1904
  border: 0;
1911
1905
  }
1912
1906
  }
@@ -1922,9 +1916,7 @@
1922
1916
  }
1923
1917
 
1924
1918
  .el-menu-item {
1925
- @extend .es-flex-vertical,
1926
- .es-align-middle,
1927
- .es-align-center;
1919
+ @extend .es-flex-vertical, .es-align-middle, .es-align-center;
1928
1920
  }
1929
1921
  }
1930
1922
 
@@ -1947,7 +1939,6 @@
1947
1939
  }
1948
1940
 
1949
1941
  &:not(.is-disabled) {
1950
-
1951
1942
  &:focus,
1952
1943
  &:hover,
1953
1944
  &.is-active {
@@ -1971,4 +1962,4 @@
1971
1962
  100% {
1972
1963
  transform: rotate(360deg);
1973
1964
  }
1974
- }
1965
+ }
package/src/index.js CHANGED
@@ -125,7 +125,7 @@ if (typeof window !== 'undefined' && window.Vue) {
125
125
  }
126
126
 
127
127
  export default {
128
- version: '0.7.66',
128
+ version: '0.7.67',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,