@pubinfo-pr/core 0.222.4 → 0.224.1
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-BWVulLPM.js → AppSetting-7jlhUzze.js} +40 -40
- package/dist/{HCheckList-Bb4GvZ2_.js → HCheckList-cPBgATmv.js} +1 -1
- package/dist/HSlideover-DVQDc9q6.js +3151 -0
- package/dist/{HToggle-Bnr5k93p.js → HToggle-Ce_2-yhZ.js} +2 -2
- package/dist/PreferencesContent-BAIH81yS.js +701 -0
- package/dist/{SettingBreadcrumb-DKCK6V-n.js → SettingBreadcrumb-O9-PhAFT.js} +7 -6
- package/dist/{SettingCopyright-C5Pc0I1w.js → SettingCopyright-DIKsWTuf.js} +4 -4
- package/dist/{SettingEnableTransition-D2FDj0oR.js → SettingEnableTransition-61O7W00b.js} +6 -6
- package/dist/{SettingHome-1Y1rYeQb.js → SettingHome-Sv65TPH8.js} +6 -6
- package/dist/{SettingMenu-DWtNX8Ti.js → SettingMenu-BvwJOUZV.js} +9 -8
- package/dist/{SettingMode-CZV84QeW.js → SettingMode-B8H_eQc8.js} +5 -5
- package/dist/{SettingNavSearch-CrMpbXFg.js → SettingNavSearch-BHsmYBA7.js} +5 -5
- package/dist/{SettingOther-D6gGuQJw.js → SettingOther-CyyNnaDX.js} +6 -6
- package/dist/{SettingPage-DuN13bXO.js → SettingPage-B82lW41P.js} +3 -3
- package/dist/{SettingTabbar-BhJxcU35.js → SettingTabbar-Bky2xvH-.js} +11 -10
- package/dist/{SettingThemes-BjkWfY1C.js → SettingThemes-CkdzS1xt.js} +13 -12
- package/dist/{SettingToolbar-BYOxXAXL.js → SettingToolbar-CD4qns1J.js} +5 -5
- package/dist/{SettingTopbar-CxKsnIRK.js → SettingTopbar-1shjoe3s.js} +9 -8
- package/dist/{SettingWidthMode-dM88qSol.js → SettingWidthMode-DlG6lXjA.js} +6 -6
- package/dist/auth-BLGKOyc5.js +4432 -0
- package/dist/built-in/layout-component/index.d.ts +2 -6
- package/dist/{change-organization-BXl4ZC7j.js → change-organization-hsqeSzDu.js} +25 -25
- package/dist/{change-password-P4SGdvdU.js → change-password-EtccCDRX.js} +74 -65
- package/dist/chunk-CD4vhpVs.js +18 -0
- package/dist/components-DFNyaAb9.js +5238 -0
- package/dist/{core-D2ocBD0r.js → core-DJIGzMMM.js} +51 -57
- package/dist/dist-7OjQvlya.js +468 -0
- package/dist/form-C3VHofnN.js +2768 -0
- package/dist/index.js +8391 -2411
- package/dist/modal-Bl5xHbxa.js +43824 -0
- package/dist/{not-found-C-1699o2.js → not-found-BCjngLzt.js} +5 -4
- package/dist/{not-permission-CZGJzlSF.js → not-permission-C26vTMvf.js} +5 -4
- package/dist/profile-BVXIFuBG.js +19269 -0
- package/dist/{question-line-B4oDBb2H.js → question-line-BG__Ycfv.js} +2 -2
- package/dist/{right-BTHgfOSp.js → right-BxBlFUwj.js} +4 -4
- package/dist/style.css +1 -1
- package/dist/tree-select-B8cTcGLa.js +12497 -0
- package/dist/watchDiff-CPZFtaOC.js +655 -0
- package/package.json +7 -7
- package/src/built-in/authentication/pages/change-organization/index.vue +5 -22
- package/src/built-in/authentication/pages/change-password/index.vue +3 -30
- package/src/built-in/layout-component/Layout.vue +30 -81
- package/src/built-in/layout-component/components/Copyright/index.vue +3 -29
- package/src/built-in/layout-component/components/Header/HeaderFullMenu/More.vue +6 -17
- package/src/built-in/layout-component/components/Header/HeaderFullMenu/NotCursor.vue +7 -18
- package/src/built-in/layout-component/components/Header/index.vue +22 -119
- package/src/built-in/layout-component/components/Logo/index.vue +1 -4
- package/src/built-in/layout-component/components/Menu/item.vue +6 -29
- package/src/built-in/layout-component/components/SettingBar/AppSetting.vue +13 -33
- package/src/built-in/layout-component/components/SettingBar/components/DayNightToggle.vue +25 -113
- package/src/built-in/layout-component/components/SettingBar/components/SettingEnableTransition.vue +4 -57
- package/src/built-in/layout-component/components/SettingBar/components/SettingMode.vue +20 -123
- package/src/built-in/layout-component/components/SettingBar/components/SettingThemes.vue +25 -102
- package/src/built-in/layout-component/components/SettingBar/components/SettingWidthMode.vue +16 -100
- package/src/built-in/layout-component/components/SettingBar/index.vue +10 -64
- package/src/built-in/layout-component/components/Sidebar/MainSidebar.vue +22 -76
- package/src/built-in/layout-component/components/Sidebar/SubSidebar.vue +10 -16
- package/src/built-in/layout-component/components/Tools/Breadcrumb/index.vue +2 -2
- package/src/built-in/layout-component/components/Tools/DarkModeToggle.vue +4 -26
- package/src/built-in/layout-component/components/Tools/Preferences/PreferencesContent.vue +51 -404
- package/src/built-in/layout-component/components/Topbar/Tabbar/MoreAction.vue +13 -68
- package/src/built-in/layout-component/components/Topbar/Tabbar/index.vue +49 -177
- package/src/built-in/layout-component/components/Topbar/Toolbar/Favorites.vue +2 -2
- package/src/built-in/layout-component/components/Topbar/Toolbar/index.vue +12 -45
- package/src/built-in/layout-component/components/ui/HToggle.vue +9 -55
- package/src/built-in/layout-component/index.ts +2 -4
- package/src/features/components/PassStrengthValidator/index.vue +10 -36
- package/src/features/components/PassStrengthValidator/rule.vue +4 -17
- package/dist/HSlideover-DoCRa4dK.js +0 -152
- package/dist/HeaderFullMenu--AOcAS-6.js +0 -251
- package/dist/HeaderThinMenu-CRPVfGgM.js +0 -438
- package/dist/PreferencesContent-DW9HAzpr.js +0 -486
- package/dist/auth-DILNNEQ8.js +0 -1230
- package/dist/components-C9kcavB4.js +0 -2768
- package/dist/core-CKIhF3Vi.js +0 -270
- package/dist/profile-B3Q7hRgl.js +0 -123
- /package/dist/{HButton-BPbXqVbA.js → HButton-Dt6qGhhR.js} +0 -0
- /package/dist/{HDivider-BSENlYnI.js → HDivider-BwvBr5OE.js} +0 -0
- /package/dist/{HInput-DbvnkEO7.js → HInput-KJ5nFBpF.js} +0 -0
- /package/dist/{HTooltip-tCnNrJUE.js → HTooltip-DjAU-Evn.js} +0 -0
- /package/dist/{_plugin-vue_export-helper-BBf_fmJ_.js → _plugin-vue_export-helper-sUTDUeGO.js} +0 -0
- /package/dist/{engine-oniguruma-Bl7ZtyDI.js → engine-oniguruma-CaNXwGSv.js} +0 -0
- /package/dist/{json-BuUwnwNo.js → json-Bu_Zprin.js} +0 -0
- /package/dist/{reload-DWTXo9r2.js → reload-DHx5Vwus.js} +0 -0
- /package/dist/{useContext-mDF2-tXy.js → useContext-DLtu9F7E.js} +0 -0
- /package/dist/{vitesse-dark-j0hKJETh.js → vitesse-dark-CTe40QT_.js} +0 -0
- /package/dist/{vitesse-light-BfgKNo3X.js → vitesse-light-BWXC_WeB.js} +0 -0
- /package/dist/{wasm-tXaxAgz9.js → wasm-2zDVqo-C.js} +0 -0
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pubinfo-pr/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.224.1",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"node": "^20.19.0 || >=22.12.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
|
-
"@pubinfo-pr/config": "0.
|
|
31
|
-
"@pubinfo-pr/devtools": "0.
|
|
32
|
-
"@pubinfo-pr/vite": "0.
|
|
30
|
+
"@pubinfo-pr/config": "0.224.1",
|
|
31
|
+
"@pubinfo-pr/devtools": "0.224.1",
|
|
32
|
+
"@pubinfo-pr/vite": "0.224.1",
|
|
33
33
|
"alova": "^3.5.0",
|
|
34
34
|
"pinia": "^3.0.4",
|
|
35
35
|
"vue": "^3.5.28",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@headlessui/vue": "^1.7.23",
|
|
43
43
|
"@imengyu/vue3-context-menu": "^1.5.4",
|
|
44
44
|
"@pubinfo/pro-components": "^1.8.2",
|
|
45
|
-
"@pubinfo-pr/shared": "0.
|
|
45
|
+
"@pubinfo-pr/shared": "0.224.1",
|
|
46
46
|
"@unocss/reset": "^66.6.0",
|
|
47
47
|
"@vueuse/core": "^14.2.1",
|
|
48
48
|
"@vueuse/integrations": "^14.2.1",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"@alova/mock": "^2.0.18",
|
|
70
70
|
"@iconify/json": "^2.2.437",
|
|
71
71
|
"@iconify/vue": "^5.0.0",
|
|
72
|
-
"@pubinfo-pr/config": "0.
|
|
72
|
+
"@pubinfo-pr/config": "0.224.1",
|
|
73
73
|
"@pubinfo/openapi": "^0.9.1",
|
|
74
74
|
"@pubinfo/preset-openapi": "^0.9.1",
|
|
75
|
-
"@pubinfo-pr/vite": "0.
|
|
75
|
+
"@pubinfo-pr/vite": "0.224.1",
|
|
76
76
|
"@types/lodash-es": "^4.17.12",
|
|
77
77
|
"@types/md5": "^2.3.6",
|
|
78
78
|
"@types/nprogress": "^0.2.3",
|
|
@@ -127,37 +127,20 @@ async function changeOrganization() {
|
|
|
127
127
|
|
|
128
128
|
<style scoped>
|
|
129
129
|
.change-org {
|
|
130
|
-
|
|
131
|
-
height: 100%;
|
|
130
|
+
--at-apply: size-full;
|
|
132
131
|
background: url("./assets/login-small.png") no-repeat 50%;
|
|
133
132
|
background-size: cover;
|
|
134
133
|
}
|
|
135
134
|
|
|
136
135
|
.change-org .org-item {
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
justify-content: space-between;
|
|
141
|
-
cursor: pointer;
|
|
142
|
-
width: 100%;
|
|
143
|
-
height: 91px;
|
|
144
|
-
overflow: hidden;
|
|
145
|
-
border-width: 1px;
|
|
146
|
-
margin-bottom: 15px;
|
|
147
|
-
padding-left: 2rem; /* 32px */
|
|
148
|
-
padding-right: 2rem; /* 32px */
|
|
149
|
-
padding-top: 22px;
|
|
150
|
-
padding-bottom: 22px;
|
|
151
|
-
border-radius: 0.5rem; /* 8px */
|
|
152
|
-
border-style: solid;
|
|
153
|
-
color: #86909c;
|
|
154
|
-
border-color: #f2f3f5;
|
|
136
|
+
--at-apply: box-border flex items-center justify-between w-full h-[91px]
|
|
137
|
+
overflow-hidden text-[#86909c] cursor-pointer border mb-[15px] px-8
|
|
138
|
+
py-[22px] rounded-lg border-solid border-[#f2f3f5];
|
|
155
139
|
background: #fff;
|
|
156
140
|
}
|
|
157
141
|
|
|
158
142
|
.change-org .org-item.active {
|
|
159
|
-
|
|
160
|
-
border-color: rgb(22 119 255);
|
|
143
|
+
--at-apply: bg-[#1677FF] bg-op-10 border-[#1677ff];
|
|
161
144
|
}
|
|
162
145
|
|
|
163
146
|
[data-theme="dark"] .change-org {
|
|
@@ -60,41 +60,14 @@ const isValidate = ref(false);
|
|
|
60
60
|
|
|
61
61
|
<style scoped>
|
|
62
62
|
.password-bg {
|
|
63
|
-
|
|
64
|
-
display: flex;
|
|
65
|
-
flex-direction: column;
|
|
66
|
-
width: 100%;
|
|
67
|
-
height: 100%;
|
|
68
|
-
padding: 25px;
|
|
63
|
+
--at-apply: box-border flex flex-col size-full p-[25px];
|
|
69
64
|
background: url("./assets/login-small.png") no-repeat 50%;
|
|
70
65
|
background-size: cover;
|
|
71
66
|
}
|
|
72
67
|
|
|
73
68
|
.change-password-form {
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
width: 560px;
|
|
77
|
-
min-height: 680px;
|
|
78
|
-
overflow: hidden;
|
|
79
|
-
--un-backdrop-blur: blur(7.5px);
|
|
80
|
-
-webkit-backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness)
|
|
81
|
-
var(--un-backdrop-contrast) var(--un-backdrop-grayscale)
|
|
82
|
-
var(--un-backdrop-hue-rotate) var(--un-backdrop-invert)
|
|
83
|
-
var(--un-backdrop-opacity) var(--un-backdrop-saturate)
|
|
84
|
-
var(--un-backdrop-sepia);
|
|
85
|
-
backdrop-filter: var(--un-backdrop-blur) var(--un-backdrop-brightness)
|
|
86
|
-
var(--un-backdrop-contrast) var(--un-backdrop-grayscale)
|
|
87
|
-
var(--un-backdrop-hue-rotate) var(--un-backdrop-invert)
|
|
88
|
-
var(--un-backdrop-opacity) var(--un-backdrop-saturate)
|
|
89
|
-
var(--un-backdrop-sepia);
|
|
90
|
-
padding-top: 4rem; /* 64px */
|
|
91
|
-
padding-bottom: 34px;
|
|
92
|
-
padding-left: 5rem; /* 80px */
|
|
93
|
-
padding-right: 5rem; /* 80px */
|
|
94
|
-
border-radius: 0.5rem; /* 8px */
|
|
95
|
-
border-width: 2px;
|
|
96
|
-
border-style: solid;
|
|
97
|
-
border-color: rgb(255 255 255);
|
|
69
|
+
--at-apply: flex flex-col w-[560px] min-h-[680px] overflow-hidden backdrop-blur-[7.5px]
|
|
70
|
+
pt-16 pb-[34px] px-20 rounded-lg border-2 border-solid border-white;
|
|
98
71
|
|
|
99
72
|
box-shadow: 0 20px 50px rgb(29 42 165 / 5%);
|
|
100
73
|
background: linear-gradient(180deg, hsl(0deg 0% 100% / 90%), hsl(0deg 0% 100% / 75%));
|
|
@@ -176,7 +176,7 @@ watch(scrollTop, (val, oldVal) => {
|
|
|
176
176
|
|
|
177
177
|
<style scoped>
|
|
178
178
|
[data-app-width-mode="adaption"] #app-main {
|
|
179
|
-
|
|
179
|
+
--at-apply: w-full;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
182
|
[data-app-width-mode="adaption-min-width"] #app-main {
|
|
@@ -184,7 +184,7 @@ watch(scrollTop, (val, oldVal) => {
|
|
|
184
184
|
}
|
|
185
185
|
|
|
186
186
|
[data-app-width-mode="center"] #app-main {
|
|
187
|
-
|
|
187
|
+
--at-apply: w-[--g-app-width];
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
[data-app-width-mode="center-max-width"] #app-main {
|
|
@@ -192,7 +192,7 @@ watch(scrollTop, (val, oldVal) => {
|
|
|
192
192
|
}
|
|
193
193
|
|
|
194
194
|
[data-mode="mobile"] #app-main {
|
|
195
|
-
|
|
195
|
+
--at-apply: w-full;
|
|
196
196
|
}
|
|
197
197
|
|
|
198
198
|
[data-mode="mobile"] .sidebar-container {
|
|
@@ -216,71 +216,53 @@ watch(scrollTop, (val, oldVal) => {
|
|
|
216
216
|
}
|
|
217
217
|
|
|
218
218
|
.layout {
|
|
219
|
-
|
|
219
|
+
--at-apply: h-full;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
#app-main {
|
|
223
|
-
|
|
224
|
-
background-color: var(--g-bg) /* var(--g-bg) */;
|
|
225
|
-
margin-left: auto;
|
|
226
|
-
margin-right: auto;
|
|
227
|
-
margin-top: 0;
|
|
228
|
-
margin-bottom: 0;
|
|
223
|
+
--at-apply: h-full bg-[--g-bg] mx-auto my-0;
|
|
229
224
|
}
|
|
230
225
|
|
|
231
226
|
:deep(#app-main.main-page-maximize header),
|
|
232
227
|
#app-main.main-page-maximize .sidebar-container {
|
|
233
|
-
|
|
228
|
+
--at-apply: hidden;
|
|
234
229
|
}
|
|
235
230
|
|
|
236
231
|
#app-main.main-page-maximize .wrapper {
|
|
237
|
-
|
|
232
|
+
--at-apply: pt-0;
|
|
238
233
|
}
|
|
239
234
|
|
|
240
235
|
#app-main.main-page-maximize .wrapper .main-container {
|
|
241
|
-
|
|
236
|
+
--at-apply: ml-0;
|
|
242
237
|
}
|
|
243
238
|
|
|
244
239
|
#app-main.main-page-maximize .wrapper .main-container .topbar-container {
|
|
245
|
-
|
|
240
|
+
--at-apply: hidden;
|
|
246
241
|
}
|
|
247
242
|
|
|
248
243
|
#app-main.main-page-maximize .wrapper .main-container .main {
|
|
249
|
-
|
|
244
|
+
--at-apply: m-0;
|
|
250
245
|
}
|
|
251
246
|
|
|
252
247
|
#app-main.main-page-maximize :deep([data-fixed-calc-width]) {
|
|
253
|
-
|
|
254
|
-
transform: translateX(-50%);
|
|
248
|
+
--at-apply: w-full -translate-x-2/4;
|
|
255
249
|
}
|
|
256
250
|
|
|
257
251
|
.wrapper {
|
|
258
|
-
|
|
259
|
-
width: 100%;
|
|
260
|
-
height: 100%;
|
|
252
|
+
--at-apply: relative w-full h-full;
|
|
261
253
|
transition: padding-top 0.3s;
|
|
262
254
|
}
|
|
263
255
|
|
|
264
256
|
.wrapper .sidebar-container {
|
|
265
|
-
|
|
266
|
-
top: 0;
|
|
267
|
-
bottom: 0;
|
|
268
|
-
z-index: 501;
|
|
269
|
-
display: flex;
|
|
257
|
+
--at-apply: fixed top-0 bottom-0 z-501 flex;
|
|
270
258
|
width: calc(var(--g-main-sidebar-actual-width) + var(--g-sub-sidebar-actual-width));
|
|
271
259
|
box-shadow: -1px 0 0 0 var(--g-border-color), 1px 0 0 0 var(--g-border-color);
|
|
272
260
|
transition: width 0.3s, transform 0.3s, box-shadow 0.3s, top 0.3s;
|
|
273
261
|
}
|
|
274
262
|
|
|
275
263
|
.wrapper .sidebar-mask {
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
width: 100%;
|
|
279
|
-
height: 100%;
|
|
280
|
-
visibility: hidden;
|
|
281
|
-
opacity: 0;
|
|
282
|
-
left: 0;
|
|
283
|
-
top: 0;
|
|
264
|
+
--at-apply: fixed z-[500] w-full h-full invisible opacity-0 left-0 top-0;
|
|
265
|
+
|
|
284
266
|
background-size: 4px 4px;
|
|
285
267
|
backdrop-filter: saturate(50%) blur(4px);
|
|
286
268
|
transition: all 0.2s;
|
|
@@ -288,62 +270,33 @@ watch(scrollTop, (val, oldVal) => {
|
|
|
288
270
|
}
|
|
289
271
|
|
|
290
272
|
.wrapper .sidebar-mask.show {
|
|
291
|
-
|
|
292
|
-
opacity: 1;
|
|
273
|
+
--at-apply: visible op-100;
|
|
293
274
|
}
|
|
294
275
|
|
|
295
276
|
.wrapper ::v-deep(.main-sidebar-container:not(.main-sidebar-leave-active) + .sub-sidebar-container) {
|
|
296
|
-
|
|
277
|
+
--at-apply: left-[--g-main-sidebar-width];
|
|
297
278
|
}
|
|
298
279
|
|
|
299
280
|
.wrapper .main-container {
|
|
300
|
-
|
|
301
|
-
flex-direction: column;
|
|
302
|
-
height: 0;
|
|
303
|
-
min-height: 100%;
|
|
281
|
+
--at-apply: flex flex-col h-0 min-h-full;
|
|
304
282
|
margin-left: calc(var(--g-main-sidebar-actual-width) + var(--g-sub-sidebar-actual-width));
|
|
305
283
|
box-shadow: -1px 0 0 0 var(--g-border-color), 1px 0 0 0 var(--g-border-color);
|
|
306
284
|
transition: margin-left 0.3s, background-color 0.3s, box-shadow 0.3s;
|
|
307
285
|
}
|
|
308
286
|
|
|
309
287
|
.wrapper .main-container .main {
|
|
310
|
-
|
|
311
|
-
flex: auto;
|
|
312
|
-
flex-basis: 0;
|
|
313
|
-
height: 0;
|
|
288
|
+
--at-apply: relative flex-[auto] basis-0 h-0;
|
|
314
289
|
transition: 0.3s;
|
|
315
290
|
}
|
|
316
291
|
|
|
317
292
|
.wrapper .main-container .main .exit-main-page-maximize {
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
opacity: 0.5;
|
|
322
|
-
transition-property: opacity;
|
|
323
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
324
|
-
transition-duration: 150ms;
|
|
325
|
-
z-index: 1000;
|
|
326
|
-
width: 5rem; /* 80px */
|
|
327
|
-
height: 5rem; /* 80px */
|
|
328
|
-
border-radius: 50%;
|
|
329
|
-
background-color: #44403c;
|
|
330
|
-
color: #d6d3d1;
|
|
331
|
-
right: -2.5rem; /* -40px */
|
|
332
|
-
top: -2.5rem; /* -40px */
|
|
333
|
-
}
|
|
334
|
-
&:hover {
|
|
335
|
-
opacity: 1;
|
|
336
|
-
}
|
|
337
|
-
.dark & {
|
|
338
|
-
background-color: #d6d3d1;
|
|
339
|
-
color: #44403c;
|
|
340
|
-
}
|
|
293
|
+
--at-apply: bg-stone-7 dark:bg-stone-3 text-stone-3 dark:text-stone-7
|
|
294
|
+
op-50 hover:op-100 transition-opacity fixed z-[1000] w-20 h-20 cursor-pointer
|
|
295
|
+
rounded-[50%] -right-10 -top-10;
|
|
341
296
|
}
|
|
342
297
|
|
|
343
298
|
.wrapper .main-container .main .exit-main-page-maximize svg {
|
|
344
|
-
|
|
345
|
-
bottom: 1rem; /* 16px */
|
|
346
|
-
left: 1rem; /* 16px */
|
|
299
|
+
--at-apply: absolute bottom-4 left-4;
|
|
347
300
|
}
|
|
348
301
|
|
|
349
302
|
.wrapper .main-container .topbar-container.has-tabbar + .main {
|
|
@@ -359,39 +312,35 @@ watch(scrollTop, (val, oldVal) => {
|
|
|
359
312
|
}
|
|
360
313
|
|
|
361
314
|
header:not(.header-leave-active) + .wrapper {
|
|
362
|
-
|
|
315
|
+
--at-apply: pt-[--g-header-height];
|
|
363
316
|
}
|
|
364
317
|
|
|
365
318
|
header:not(.header-leave-active) + .wrapper .sidebar-container {
|
|
366
|
-
|
|
319
|
+
--at-apply: top-[--g-header-height];
|
|
367
320
|
}
|
|
368
321
|
|
|
369
322
|
header:not(.header-leave-active) + .wrapper .sidebar-container :deep(.sidebar-logo) {
|
|
370
|
-
|
|
323
|
+
--at-apply: hidden;
|
|
371
324
|
}
|
|
372
325
|
|
|
373
326
|
header:not(.header-leave-active) + .wrapper .main-container .topbar-container {
|
|
374
|
-
|
|
327
|
+
--at-apply: top-[--g-header-height];
|
|
375
328
|
}
|
|
376
329
|
|
|
377
330
|
header:not(.header-leave-active) + .wrapper .main-container .topbar-container :deep(.tools) {
|
|
378
|
-
|
|
331
|
+
--at-apply: hidden;
|
|
379
332
|
}
|
|
380
333
|
|
|
381
334
|
/* 顶部栏 */
|
|
382
335
|
.topbar-container {
|
|
383
|
-
|
|
384
|
-
top: 0;
|
|
385
|
-
z-index: 100;
|
|
386
|
-
display: flex;
|
|
387
|
-
flex-direction: column;
|
|
336
|
+
--at-apply: absolute top-0 z-100 flex flex-col;
|
|
388
337
|
box-shadow: 0 1px 0 0 var(--g-border-color);
|
|
389
338
|
transition: width 0.3s, top 0.3s, transform 0.3s, box-shadow 0.3s;
|
|
390
339
|
}
|
|
391
340
|
|
|
392
341
|
.topbar-container.topbar-fixed,
|
|
393
342
|
.topbar-container.topbar-sticky {
|
|
394
|
-
|
|
343
|
+
--at-apply: fixed;
|
|
395
344
|
}
|
|
396
345
|
|
|
397
346
|
.topbar-container.topbar-fixed.shadow,
|
|
@@ -35,40 +35,14 @@ const { settingsStore } = useContext();
|
|
|
35
35
|
|
|
36
36
|
<style scoped>
|
|
37
37
|
.copyright {
|
|
38
|
-
|
|
39
|
-
align-items: center;
|
|
40
|
-
justify-content: center;
|
|
41
|
-
flex-wrap: wrap;
|
|
42
|
-
margin-top: 1rem; /* 16px */
|
|
43
|
-
margin-bottom: 1rem; /* 16px */
|
|
44
|
-
padding-left: 1rem; /* 16px */
|
|
45
|
-
padding-right: 1rem; /* 16px */
|
|
46
|
-
font-size: 0.875rem; /* 14px */
|
|
47
|
-
line-height: 1.25rem; /* 20px */
|
|
48
|
-
color: #78716c;
|
|
38
|
+
--at-apply: flex items-center justify-center flex-wrap my-4 px-4 text-sm text-stone-5;
|
|
49
39
|
}
|
|
50
40
|
|
|
51
41
|
.copyright span,a {
|
|
52
|
-
|
|
53
|
-
padding-right: 0.25rem; /* 4px */
|
|
42
|
+
--at-apply: px-1;
|
|
54
43
|
}
|
|
55
44
|
|
|
56
45
|
.copyright a {
|
|
57
|
-
|
|
58
|
-
text-align: center;
|
|
59
|
-
text-decoration: none;
|
|
60
|
-
color: #78716c;
|
|
61
|
-
transition-property: color, background-color, border-color,
|
|
62
|
-
text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
|
|
63
|
-
backdrop-filter;
|
|
64
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
65
|
-
transition-duration: 150ms;
|
|
66
|
-
}
|
|
67
|
-
&:hover {
|
|
68
|
-
color: #222222;
|
|
69
|
-
}
|
|
70
|
-
.dark &:hover {
|
|
71
|
-
color: #f6f6f6;
|
|
72
|
-
}
|
|
46
|
+
--at-apply: text-center no-underline text-stone-5 hover:text-dark dark:hover:text-light transition;
|
|
73
47
|
}
|
|
74
48
|
</style>
|
|
@@ -56,13 +56,11 @@ function menuClick(index: number, item: Menu.recordMainRaw) {
|
|
|
56
56
|
|
|
57
57
|
<style scoped>
|
|
58
58
|
.menu-more-container {
|
|
59
|
-
|
|
60
|
-
padding: 10px;
|
|
61
|
-
padding-bottom: 0;
|
|
59
|
+
--at-apply: min-w-180px p-10px pb-0;
|
|
62
60
|
}
|
|
63
61
|
|
|
64
62
|
.menu-more-container .is-dev {
|
|
65
|
-
|
|
63
|
+
--at-apply: cursor-not-allowed;
|
|
66
64
|
}
|
|
67
65
|
|
|
68
66
|
.menu-more-container .is-dev i {
|
|
@@ -76,31 +74,22 @@ function menuClick(index: number, item: Menu.recordMainRaw) {
|
|
|
76
74
|
|
|
77
75
|
<style>
|
|
78
76
|
.v-popper--theme-more-appley {
|
|
79
|
-
|
|
77
|
+
--at-apply: z-1000;
|
|
80
78
|
z-index: 1000;
|
|
81
79
|
}
|
|
82
80
|
|
|
83
81
|
.v-popper--theme-more-appley .v-popper__inner {
|
|
84
|
-
|
|
85
|
-
border-color: white;
|
|
86
|
-
border-style: solid;
|
|
87
|
-
border-radius: 8px;
|
|
82
|
+
--at-apply: border border-white border-solid rounded-8px;
|
|
88
83
|
background-image: linear-gradient(-43deg, #fff 0%, #eaf3ff 87%);
|
|
89
84
|
box-shadow: 8px 16px 28px -8px #8195b74f;
|
|
90
85
|
}
|
|
91
86
|
|
|
92
87
|
.v-popper--theme-more-appley .v-popper__arrow-container {
|
|
93
|
-
|
|
88
|
+
--at-apply: hidden;
|
|
94
89
|
}
|
|
95
90
|
|
|
96
91
|
.dark .v-popper--theme-more-appley .v-popper__inner {
|
|
97
|
-
|
|
98
|
-
border-color: #4b4f53;
|
|
99
|
-
border-style: solid;
|
|
100
|
-
border-radius: 8px;
|
|
101
|
-
--un-shadow: none;
|
|
102
|
-
box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow),
|
|
103
|
-
var(--un-shadow);
|
|
92
|
+
--at-apply: border border-#4b4f53 border-solid rounded-8px shadow-[none];
|
|
104
93
|
background-image: linear-gradient(-43deg, #141414 0%, #141414 87%);
|
|
105
94
|
}
|
|
106
95
|
</style>
|
|
@@ -38,44 +38,33 @@ withDefaults(defineProps<{
|
|
|
38
38
|
|
|
39
39
|
<style scoped>
|
|
40
40
|
.not-cursor-container {
|
|
41
|
-
|
|
42
|
-
height: 100%;
|
|
41
|
+
--at-apply: size-full;
|
|
43
42
|
}
|
|
44
43
|
</style>
|
|
45
44
|
|
|
46
45
|
<style>
|
|
47
46
|
.v-popper--theme-not-cursor {
|
|
48
|
-
|
|
47
|
+
--at-apply: z-1000;
|
|
49
48
|
}
|
|
50
49
|
|
|
51
50
|
.v-popper--theme-not-cursor .v-popper__inner {
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
border-width: 1px;
|
|
55
|
-
border-style: solid;
|
|
56
|
-
border-color: rgb(255 255 255 / 1);
|
|
57
|
-
border-radius: 0.375rem; /* 6px */
|
|
51
|
+
--at-apply: w-228px h-123px border border-solid border-white rounded-md;
|
|
52
|
+
|
|
58
53
|
background-image: linear-gradient(-55deg, #fff 0%, #eaf3ff 87%);
|
|
59
54
|
box-shadow: 4px 8px 14px -4px #8195b74f;
|
|
60
55
|
}
|
|
61
56
|
|
|
62
57
|
.v-popper--theme-not-cursor .v-popper__inner > div {
|
|
63
|
-
|
|
64
|
-
height: 100%;
|
|
58
|
+
--at-apply: size-full;
|
|
65
59
|
}
|
|
66
60
|
|
|
67
61
|
.v-popper--theme-not-cursor .v-popper__arrow-container {
|
|
62
|
+
--at-apply: hidden;
|
|
68
63
|
display: none;
|
|
69
64
|
}
|
|
70
65
|
|
|
71
66
|
.dark .v-popper--theme-not-cursor .v-popper__inner {
|
|
72
|
-
--
|
|
73
|
-
box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow),
|
|
74
|
-
var(--un-shadow);
|
|
75
|
-
border-radius: 8px;
|
|
76
|
-
border-width: 1px;
|
|
77
|
-
border-style: solid;
|
|
78
|
-
border-color: #4b4f53;
|
|
67
|
+
--at-apply: shadow-[none] rounded-8px border border-solid border-[#4b4f53];
|
|
79
68
|
background-image: linear-gradient(-43deg, #141414 0%, #141414 87%);
|
|
80
69
|
}
|
|
81
70
|
</style>
|