This commit is contained in:
liuye
2022-01-25 11:39:25 +08:00
parent 88cf26322b
commit f0a672b22e

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="detail"> <div class="map">
<div class="grid-select"> <div class="grid-select">
<span class="label">网格选择</span> <span class="label">网格选择</span>
<div class="grid-select__right" @click="toChoose"> <div class="grid-select__right" @click="toChoose">
@@ -270,8 +270,9 @@ ai-tree-picker {
display: inline-block; display: inline-block;
} }
.detail { .map {
height: 100%; height: 100%;
height: calc(100% - 98px);
.grid-select { .grid-select {
width: 100%; width: 100%;
padding: 34px 32px; padding: 34px 32px;
@@ -281,6 +282,10 @@ ai-tree-picker {
justify-content: space-between; justify-content: space-between;
line-height: 44px; line-height: 44px;
color: #333; color: #333;
position: fixed;
top: 0;
left: 0;
z-index: 999;
.grid-select__right { .grid-select__right {
display: flex; display: flex;
@@ -304,7 +309,7 @@ ai-tree-picker {
.map-content { .map-content {
width: 100%; width: 100%;
height: calc(100% - 210px); height: 100%;
} }
.popup { .popup {