Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xiaojie
fns_backend
Commits
e55acad8
Commit
e55acad8
authored
Sep 26, 2021
by
Zhang Xiaojie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:ui
parent
487e7c3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
topBar.vue
src/components/UserManage/topBar.vue
+0
-1
index.vue
src/views/Root/index.vue
+3
-3
No files found.
src/components/UserManage/topBar.vue
View file @
e55acad8
...
@@ -87,7 +87,6 @@ export default Vue.extend({
...
@@ -87,7 +87,6 @@ export default Vue.extend({
searchPageReqParams
:
{
searchPageReqParams
:
{
deep
:
true
,
deep
:
true
,
handler
(
newV
)
{
handler
(
newV
)
{
console
.
log
(
2
)
if
(
this
.
type
===
addUser
.
superManager
)
{
if
(
this
.
type
===
addUser
.
superManager
)
{
this
.
platformSave
({
this
.
platformSave
({
start
:
newV
.
startTime
,
start
:
newV
.
startTime
,
...
...
src/views/Root/index.vue
View file @
e55acad8
<
template
>
<
template
>
<div>
<div>
<a-layout
id=
"components-layout-demo-fixed-sider"
style=
"min-height: 100vh"
>
<a-layout
id=
"components-layout-demo-fixed-sider"
style=
"min-height: 100vh"
>
<a-layout-header>
<a-layout-header
:style=
"
{ position: 'fixed', zIndex: 1, width: '100%' }"
>
<div
class=
"flex justify-between items-center h-full"
>
<div
class=
"flex justify-between items-center h-full"
>
<div
class=
"text-center text-lg my-3 flex font-semibold"
>
<div
class=
"text-center text-lg my-3 flex font-semibold"
>
<img
src=
"../../assets/org_logo.png"
class=
" w-7 h-7 mr-2"
>
<img
src=
"../../assets/org_logo.png"
class=
" w-7 h-7 mr-2"
>
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</div>
</div>
</a-layout-header>
</a-layout-header>
<a-layout
id=
"components-layout-demo-fixed-sider"
>
<a-layout
id=
"components-layout-demo-fixed-sider"
>
<a-layout-sider
width=
"256"
style=
"background: white
"
:style=
"{ overflow: 'auto', height: '100vh', position: 'fixed', left: 0
}"
>
<a-layout-sider
width=
"256"
style=
"background: white
;"
:style=
"{ overflow: 'auto', height: '100vh', position: 'fixed', left: 0 ,top:'64px'
}"
>
<a-menu
<a-menu
style=
"width: 256px"
style=
"width: 256px"
:open-keys
.
sync=
"openKeys"
:open-keys
.
sync=
"openKeys"
...
@@ -50,7 +50,7 @@
...
@@ -50,7 +50,7 @@
</a-layout-sider>
</a-layout-sider>
<a-layout
:style=
"{ marginLeft: '250px' }"
>
<a-layout
:style=
"{ marginLeft: '250px' }"
>
<a-layout-content
<a-layout-content
:style=
"{ margin: '
24
px 16px 0', overflow: 'initial' }"
:style=
"{ margin: '
80
px 16px 0', overflow: 'initial' }"
>
>
<div
<div
:style=
"{
:style=
"{
...
...
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