Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
3680ba86
Commit
3680ba86
authored
Nov 24, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 优化登录框和修改密码框的切换
parent
61c33a07
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
0 deletions
+10
-0
portal-manager-ui/admin/package.json
portal-manager-ui/admin/package.json
+1
-0
portal-manager-ui/admin/src/main.js
portal-manager-ui/admin/src/main.js
+3
-0
portal-manager-ui/admin/src/views/signIn/signIn.vue
portal-manager-ui/admin/src/views/signIn/signIn.vue
+1
-0
portal-manager-ui/admin/yarn.lock
portal-manager-ui/admin/yarn.lock
+5
-0
No files found.
portal-manager-ui/admin/package.json
View file @
3680ba86
...
@@ -31,6 +31,7 @@
...
@@ -31,6 +31,7 @@
"secure-ls"
:
"^1.2.6"
,
"secure-ls"
:
"^1.2.6"
,
"swiper"
:
"5"
,
"swiper"
:
"5"
,
"three"
:
"^0.155.0"
,
"three"
:
"^0.155.0"
,
"v-scale-screen"
:
"1.0.2"
,
"v-viewer"
:
"^1.6.4"
,
"v-viewer"
:
"^1.6.4"
,
"vue"
:
"^2.6.14"
,
"vue"
:
"^2.6.14"
,
"vue-highlightjs"
:
"^1.3.3"
,
"vue-highlightjs"
:
"^1.3.3"
,
...
...
portal-manager-ui/admin/src/main.js
View file @
3680ba86
...
@@ -18,6 +18,9 @@ Vue.use(GlobalComponents);
...
@@ -18,6 +18,9 @@ Vue.use(GlobalComponents);
import
common
from
"
./utils/commin
"
;
import
common
from
"
./utils/commin
"
;
Vue
.
use
(
common
);
Vue
.
use
(
common
);
import
VScaleScreen
from
"
v-scale-screen
"
;
Vue
.
use
(
VScaleScreen
);
// 公共样式
// 公共样式
import
"
@/assets/css/normalize.css
"
;
import
"
@/assets/css/normalize.css
"
;
import
"
@/assets/css/reset.css
"
;
import
"
@/assets/css/reset.css
"
;
...
...
portal-manager-ui/admin/src/views/signIn/signIn.vue
View file @
3680ba86
...
@@ -338,6 +338,7 @@ export default {
...
@@ -338,6 +338,7 @@ export default {
speed
:
1000
,
// 时长
speed
:
1000
,
// 时长
// simulateTouch: false, //是否允许鼠标滑动切换
// simulateTouch: false, //是否允许鼠标滑动切换
grabCursor
:
false
,
// 手形鼠标
grabCursor
:
false
,
// 手形鼠标
shortSwipes
:
false
,
cubeEffect
:
{
cubeEffect
:
{
shadow
:
false
,
// 取消盒子阴影
shadow
:
false
,
// 取消盒子阴影
slideShadows
:
false
,
// 取消子项拖动时候的阴影
slideShadows
:
false
,
// 取消子项拖动时候的阴影
...
...
portal-manager-ui/admin/yarn.lock
View file @
3680ba86
...
@@ -6374,6 +6374,11 @@ uuid@^8.3.2:
...
@@ -6374,6 +6374,11 @@ uuid@^8.3.2:
resolved "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz"
resolved "https://registry.npmmirror.com/uuid/-/uuid-8.3.2.tgz"
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
integrity sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==
v-scale-screen@1.0.2:
version "1.0.2"
resolved "https://registry.npmmirror.com/v-scale-screen/-/v-scale-screen-1.0.2.tgz#8c911e3dd5ff93f56ff719511e5cafd58f0678a6"
integrity sha512-qMXPglHIs8KnhzDBdEBLcIoF3q7jgFCTWNIVPD5M0FGBkD+amYjbFUoLdKol/Xylm+pli4AHOZOqwyL6xX62SA==
v-viewer@^1.6.4:
v-viewer@^1.6.4:
version "1.6.4"
version "1.6.4"
resolved "https://registry.npmmirror.com/v-viewer/-/v-viewer-1.6.4.tgz"
resolved "https://registry.npmmirror.com/v-viewer/-/v-viewer-1.6.4.tgz"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment