Commit abbc0ce0 authored by 仇晓婷's avatar 仇晓婷

Merge branch 'product' of http://git.mes123.com/zhouyx/mes-ui into product

parents f66e689d 5f623415
<template>
<div class="bm-lid">
<div class="ad">
<FormRow></FormRow>
<!-- <div class="count">
<label>配属数量(列)</label>
......@@ -120,11 +119,10 @@ export default {
BmMarker,
BmInfoWindow,
Menu,
FormRow
FormRow,
},
data() {
return {
center: { lng: 0, lat: 0 },
marker: {
name: "北京",
......@@ -286,17 +284,22 @@ export default {
height: calc(100vh - 100px);
.ad {
position: absolute;
width: 98%;
left: 20px;
top: 40px;
border-radius: 5px;
width: 100%;
left: 0;
right: 0;
top: 10px;
height: 60px;
text-align: center;
z-index: 3;
height: 100px;
line-height: 100px;
background: white;
// height: 60px;
// padding: 0 150px;
// line-height: 60px;
.form-row {
margin: 30px 160px;
margin: 10px auto;
width: 80%;
border-radius: 5px;
background: white;
padding: 20px 40px 0 40px;
}
// color: white;
// .count {
......@@ -322,11 +325,11 @@ export default {
// }
}
.menu {
position: absolute;
width: 240px;
position: absolute;
width: 240px;
height: 700px;
background: white;
border-radius: 5px;
background: white;
border-radius: 5px;
bottom: 15px;
left: 20px;
z-index: 4;
......
<template>
<div class="mane-b">
<Form ref="formInline" :model="formInline" class="form-row">
<div class="form-row">
<Form ref="formInline" :model="formInline">
<Row :gutter="16">
<Col span="4">
<FormItem prop="name">
......
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