@pubinfo/core 2.0.0-beta.30 → 2.0.0-beta.31
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/dist/{AppSetting-CVExa3_K.js → AppSetting-C1dyZ-8E.js} +15 -15
- package/dist/{PreferencesContent-p9KS2Pve.js → PreferencesContent-DgycKl9e.js} +1 -1
- package/dist/{SettingBreadcrumb-DwvQtev2.js → SettingBreadcrumb-BlgX0ZNE.js} +1 -1
- package/dist/{SettingCopyright-Wb3hkKZZ.js → SettingCopyright-FmqadL1w.js} +1 -1
- package/dist/{SettingEnableTransition-DT23T8dO.js → SettingEnableTransition-dzMgw8cN.js} +1 -1
- package/dist/{SettingHome-C0K6wkyt.js → SettingHome-BwlXsTTt.js} +1 -1
- package/dist/{SettingMenu-CCKj46sg.js → SettingMenu-B5tHMS24.js} +1 -1
- package/dist/{SettingMode-pwpzZcxj.js → SettingMode-Bh0mvh66.js} +1 -1
- package/dist/{SettingNavSearch-zoiP1hL2.js → SettingNavSearch-D4g24uwl.js} +1 -1
- package/dist/{SettingOther-OIZZcjfo.js → SettingOther-DwTtu6As.js} +1 -1
- package/dist/{SettingPage-CyljqOiV.js → SettingPage-cDQXtwcG.js} +1 -1
- package/dist/{SettingTabbar-DCQai4_R.js → SettingTabbar-m8X7jEJH.js} +1 -1
- package/dist/{SettingThemes-DJIaIqy1.js → SettingThemes-CX9ISeD_.js} +1 -1
- package/dist/{SettingToolbar-Dvv11piV.js → SettingToolbar-ByLjBezg.js} +1 -1
- package/dist/{SettingTopbar-CMpP98WU.js → SettingTopbar-o8wBZolp.js} +1 -1
- package/dist/{SettingWidthMode-DVPAA6Xs.js → SettingWidthMode-Ux60mKiv.js} +1 -1
- package/dist/{TopThinMode-D8rMfa-C.js → TopThinMode-17GrCZdo.js} +1 -1
- package/dist/{index-CyyndQxa.js → index-DgpcBgWl.js} +4 -4
- package/dist/{index-lv9zqWqR.js → index-Dzwhw1L9.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +3 -3
- package/src/assets/styles/globals.scss +6 -6
- package/src/layout/components/Header/index.vue +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.31",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"vue": "^3.5.16",
|
|
29
29
|
"vue-i18n": "^10.0.7",
|
|
30
30
|
"vue-router": "^4.5.1",
|
|
31
|
-
"@pubinfo/config": "2.0.0-beta.
|
|
31
|
+
"@pubinfo/config": "2.0.0-beta.31"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@alova/adapter-axios": "^2.0.14",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"vue": "^3.5.16",
|
|
86
86
|
"vue-i18n": "^10.0.7",
|
|
87
87
|
"vue-router": "^4.5.1",
|
|
88
|
-
"@pubinfo/config": "2.0.0-beta.
|
|
88
|
+
"@pubinfo/config": "2.0.0-beta.31"
|
|
89
89
|
},
|
|
90
90
|
"scripts": {
|
|
91
91
|
"dev": "vite build -w -m watch",
|
|
@@ -130,12 +130,12 @@ body {
|
|
|
130
130
|
transform: translateX(-50%) translateX(calc(var(--g-main-sidebar-actual-width) / 2)) translateX(calc(var(--g-sub-sidebar-actual-width) / 2));
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
@media screen and (max-width: $g-app-width) {
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
}
|
|
133
|
+
// @media screen and (max-width: $g-app-width) {
|
|
134
|
+
// [data-fixed-calc-width] {
|
|
135
|
+
// width: calc(100% - var(--g-main-sidebar-actual-width) - var(--g-sub-sidebar-actual-width));
|
|
136
|
+
// transform: translateX(-50%) translateX(calc(var(--g-main-sidebar-actual-width) / 2)) translateX(calc(var(--g-sub-sidebar-actual-width) / 2));
|
|
137
|
+
// }
|
|
138
|
+
// }
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
[data-mode="mobile"] {
|
|
@@ -153,11 +153,11 @@ header {
|
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
@media screen and (max-width: $g-header-width) {
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
}
|
|
156
|
+
// @media screen and (max-width: $g-header-width) {
|
|
157
|
+
// .header-container {
|
|
158
|
+
// width: 100%;
|
|
159
|
+
// }
|
|
160
|
+
// }
|
|
161
161
|
|
|
162
162
|
:deep(.menu-container) {
|
|
163
163
|
flex: 1;
|