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.
- package/lib/eoss-ui.common.js +1045 -1236
- package/lib/index.js +1 -1
- package/lib/main.js +1036 -1227
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/simplicity-top.css +1 -1
- package/package.json +1 -1
- package/packages/main/src/main.vue +68 -56
- package/packages/main/src/public/settings.vue +2 -2
- package/packages/main/src/simplicityTop/index.vue +478 -769
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/simplicity-top.css +1 -1
- package/packages/theme-chalk/src/simplicity-top.scss +10 -5
- package/src/index.js +1 -1
|
@@ -1061,11 +1061,12 @@
|
|
|
1061
1061
|
|
|
1062
1062
|
.es-simplicitytop-online-num {
|
|
1063
1063
|
color: #ffd272;
|
|
1064
|
-
font-size:
|
|
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:
|
|
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:
|
|
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% -
|
|
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
|
+
}
|