eoss-ui 0.7.69 → 0.7.70

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.
@@ -1061,11 +1061,12 @@
1061
1061
 
1062
1062
  .es-simplicitytop-online-num {
1063
1063
  color: #ffd272;
1064
- font-size: 14px;
1064
+ font-size: 16px;
1065
1065
  }
1066
1066
 
1067
1067
  .es-simplicitytop-handler-item {
1068
1068
  color: #fff;
1069
+ font-size: 16px;
1069
1070
 
1070
1071
  .el-select {
1071
1072
  width: 160px;
@@ -1104,13 +1105,12 @@
1104
1105
  }
1105
1106
 
1106
1107
  .es-simplicitytop-handler-icon {
1107
- font-size: 14px;
1108
+ font-size: 16px;
1108
1109
  padding-right: 5px;
1109
- overflow: hidden;
1110
1110
  cursor: pointer;
1111
1111
 
1112
1112
  &.es-simplicitytop {
1113
- font-size: 14px;
1113
+ font-size: 16px;
1114
1114
  }
1115
1115
 
1116
1116
  &.es-icon_image {
@@ -1777,7 +1777,7 @@
1777
1777
  }
1778
1778
 
1779
1779
  &-router {
1780
- height: calc(100% - 45px);
1780
+ height: calc(100% - 99px);
1781
1781
  }
1782
1782
  }
1783
1783
 
@@ -1964,3 +1964,8 @@
1964
1964
  transform: rotate(360deg);
1965
1965
  }
1966
1966
  }
1967
+ .es-simplicitytop-main-fourth-tabs {
1968
+ .el-tabs__nav-main.is-top {
1969
+ padding: 0 16px;
1970
+ }
1971
+ }
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.69',
128
+ version: '0.7.70',
129
129
  install,
130
130
  Button,
131
131
  ButtonGroup,