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
2c5b995c
Commit
2c5b995c
authored
Aug 30, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修复样式冲突
parent
0dd8ea2e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
+6
-2
portal-manager-ui/admin/src/views/home/home.vue
portal-manager-ui/admin/src/views/home/home.vue
+3
-3
portal-manager-ui/admin/src/views/signIn/signIn.vue
portal-manager-ui/admin/src/views/signIn/signIn.vue
+1
-5
portal-manager-ui/admin/src/views/thePlatformIsSet/index.css
portal-manager-ui/admin/src/views/thePlatformIsSet/index.css
+1
-1
No files found.
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
View file @
2c5b995c
...
...
@@ -34,7 +34,7 @@
>
<!-- 动态组件渲染各自报表搜索 -->
<component
v-if=
"censusList.length"
v-if=
"censusList.length
&& curSearchForm
"
:is=
"curSearchForm + '-search'"
></component>
<div
v-else
class=
"flex-1 flex items-center justify-center"
>
...
...
@@ -113,7 +113,11 @@ export default {
let
{
path
}
=
this
.
$route
;
let
index
=
path
.
lastIndexOf
(
"
/
"
);
let
str
=
path
.
slice
(
index
+
1
);
return
str
;
if
(
str
==
"
dataManagement
"
)
{
return
false
;
}
else
{
return
str
;
}
},
},
created
()
{
...
...
portal-manager-ui/admin/src/views/home/home.vue
View file @
2c5b995c
...
...
@@ -45,7 +45,7 @@
<p
class=
"text-[14px]"
>
返回门户
</p>
</div>
<div
v-if=
"isHomePage"
class=
"show-time flex flex-col items-end"
>
<div
class=
"time mb-
1
"
>
{{
nowTime
}}
</div>
<div
class=
"time mb-
[4px]
"
>
{{
nowTime
}}
</div>
<div
class=
"date"
>
{{
nowDay
}}
{{
nowWeek
}}
</div>
</div>
<div
class=
"line"
></div>
...
...
@@ -53,14 +53,14 @@
<a-dropdown>
<div
class=
"flex items-center"
>
<div
class=
"userInfo flex flex-col items-center cursor-pointer"
>
<span
class=
"mb-
1
"
>
<span
class=
"mb-
[4px]
"
>
{{
userData
.
loginName
?
userData
.
loginName
:
"
--
"
}}
</span>
<span>
{{
userData
.
realName
?
userData
.
realName
:
"
--
"
}}
</span>
</div>
<a-icon
class=
"ml-
1
"
type=
"down"
/>
<a-icon
class=
"ml-
[4px]
"
type=
"down"
/>
</div>
<a-menu
slot=
"overlay"
>
<a-menu-item>
...
...
portal-manager-ui/admin/src/views/signIn/signIn.vue
View file @
2c5b995c
...
...
@@ -51,11 +51,7 @@
</div>
</a-form-model-item>
<a-form-model-item>
<a-button
:loading=
"loading"
type=
"primary"
class=
"login-btn"
@
click=
"handleSubmit"
<a-button
:loading=
"loading"
class=
"login-btn"
@
click=
"handleSubmit"
>
登录
</a-button
>
</a-form-model-item>
...
...
portal-manager-ui/admin/src/views/thePlatformIsSet/index.css
View file @
2c5b995c
...
...
@@ -26,7 +26,7 @@ html{
position
:
sticky
;
top
:
0
;
/* height: 100vh; */
min-height
:
93
2
rem
;
min-height
:
93
0
rem
;
background-color
:
#031233
;
perspective
:
800px
;
overflow
:
hidden
;
...
...
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