Commit e55acad8 authored by Zhang Xiaojie's avatar Zhang Xiaojie

fix:ui

parent 487e7c3a
......@@ -87,7 +87,6 @@ export default Vue.extend({
searchPageReqParams: {
deep: true,
handler(newV) {
console.log(2)
if (this.type === addUser.superManager) {
this.platformSave({
start: newV.startTime,
......
<template>
<div>
<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="text-center text-lg my-3 flex font-semibold">
<img src="../../assets/org_logo.png" class=" w-7 h-7 mr-2">
......@@ -21,7 +21,7 @@
</div>
</a-layout-header>
<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
style="width: 256px"
:open-keys.sync="openKeys"
......@@ -50,7 +50,7 @@
</a-layout-sider>
<a-layout :style="{ marginLeft: '250px' }">
<a-layout-content
:style="{ margin: '24px 16px 0', overflow: 'initial' }"
:style="{ margin: '80px 16px 0', overflow: 'initial' }"
>
<div
:style="{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment