Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-admin
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1-admin
Commits
6f2d314b
Commit
6f2d314b
authored
May 27, 2024
by
田爽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标题更改,访问路由加跳转
parent
0fdd0e6d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
10 deletions
+13
-10
login.vue
src/views/common/login.vue
+6
-6
websiteranking.vue
src/views/modules/visitsmanage/websiteranking.vue
+7
-4
No files found.
src/views/common/login.vue
View file @
6f2d314b
...
...
@@ -3,7 +3,7 @@
<div
class=
"site-content__wrapper"
>
<div
class=
"site-content"
>
<div
class=
"login-main"
>
<p
class=
"login-title"
>
中国物品编码中心后台管理系统
</p>
<p
class=
"login-title"
>
中国物品编码中心
官方网站
后台管理系统
</p>
<el-form
:model=
"dataForm"
:rules=
"dataRule"
ref=
"dataForm"
@
keyup
.
enter
.
native=
"dataFormSubmit()"
status-icon
>
<el-form-item
prop=
"userName"
>
<el-input
v-model=
"dataForm.userName"
placeholder=
"请输入帐号"
><i
slot=
"prefix"
style=
"font-style:normal;font-size:14px;color:#333333;margin:2px 0 0 5px;display:inline-block;"
>
帐号
</i></el-input>
...
...
@@ -110,7 +110,7 @@
right
:
0
;
bottom
:
0
;
left
:
0
;
.site-content__wrapper{
width
:
100%
;
background-image
:
url(~@/assets/img/u0.gif)
;
...
...
@@ -144,8 +144,8 @@
position
:
absolute
;
top
:
0
;
right
:
50%
;
margin-right
:
-
275
px
;
width
:
549
px
;
margin-right
:
-
300
px
;
width
:
600
px
;
min-height
:
100%
;
}
.login-title
{
...
...
@@ -184,7 +184,7 @@
.el-checkbox__inner
:hover
{
border-color
:
#0066CC
;
}
}
.el-form-item__content
/
deep
/
span
{
top
:
3px
!important
;
...
...
@@ -213,7 +213,7 @@
text-align
:
center
;
font-size
:
14px
;
}
}
.el-input__prefix
i
{
line-height
:
36px
;
...
...
src/views/modules/visitsmanage/websiteranking.vue
View file @
6f2d314b
...
...
@@ -40,6 +40,9 @@
header-align=
"center"
align=
"center"
label=
"访问路由"
>
<template
slot-scope=
"scope"
>
<a
:href=
"scope.row.route"
target=
"_blank"
>
{{
scope
.
row
.
route
}}
</a>
</
template
>
</el-table-column>
<el-table-column
prop=
"hitCount"
...
...
@@ -52,7 +55,7 @@
header-align="center"
align="center"
label="开始时间">
</el-table-column>
<el-table-column
prop="createEndTime"
...
...
@@ -60,10 +63,10 @@
align="center"
label="结束时间">
</el-table-column> -->
</el-table>
<el-pagination
@
size-change=
"sizeChangeHandle"
@
current-change=
"currentChangeHandle"
...
...
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