This commit is contained in:
@@ -6,6 +6,7 @@ import dayjs from 'dayjs';
|
||||
import { Table } from 'ant-design-vue'
|
||||
import { DatePicker } from 'ant-design-vue';
|
||||
import { SearchOutlined } from '@ant-design/icons-vue';
|
||||
import FloorTree from "#/views/property/electricEnergy/elctricitySituation/floor-tree.vue";
|
||||
|
||||
const currentYear = ref<Dayjs>(dayjs());
|
||||
const disabledYear = (current: Dayjs) => {
|
||||
@@ -131,7 +132,7 @@ const data = [...Array(32)].map((_, i) => ({
|
||||
|
||||
<template>
|
||||
<div class="box">
|
||||
<div class="left" style="background: red;"></div>
|
||||
<div class="left"><FloorTree></FloorTree></div>
|
||||
<div class="right">
|
||||
<div style="background: #fff;border-radius: 8px;padding: 10px;margin-bottom: 10px;">
|
||||
<div>
|
||||
@@ -164,7 +165,6 @@ const data = [...Array(32)].map((_, i) => ({
|
||||
|
||||
<style scoped lang="scss">
|
||||
.box{
|
||||
background-color: blue;
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 3fr;
|
||||
gap: 30px;
|
||||
|
Reference in New Issue
Block a user