Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
abbc0ce0
Commit
abbc0ce0
authored
Jul 27, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'product' of
http://git.mes123.com/zhouyx/mes-ui
into product
parents
f66e689d
5f623415
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
17 deletions
+20
-17
3.vue
pages/demo/lid/3.vue
+18
-15
formRow.vue
pages/demo/lid/formRow.vue
+2
-2
No files found.
pages/demo/lid/3.vue
View file @
abbc0ce0
<
template
>
<
template
>
<div
class=
"bm-lid"
>
<div
class=
"bm-lid"
>
<div
class=
"ad"
>
<div
class=
"ad"
>
<FormRow></FormRow>
<FormRow></FormRow>
<!--
<div
class=
"count"
>
<!--
<div
class=
"count"
>
<label>
配属数量(列)
</label>
<label>
配属数量(列)
</label>
...
@@ -120,11 +119,10 @@ export default {
...
@@ -120,11 +119,10 @@ export default {
BmMarker
,
BmMarker
,
BmInfoWindow
,
BmInfoWindow
,
Menu
,
Menu
,
FormRow
FormRow
,
},
},
data
()
{
data
()
{
return
{
return
{
center
:
{
lng
:
0
,
lat
:
0
},
center
:
{
lng
:
0
,
lat
:
0
},
marker
:
{
marker
:
{
name
:
"北京"
,
name
:
"北京"
,
...
@@ -286,17 +284,22 @@ export default {
...
@@ -286,17 +284,22 @@ export default {
height: calc(100vh - 100px);
height: calc(100vh - 100px);
.ad {
.ad {
position: absolute;
position: absolute;
width: 98%;
width: 100%;
left: 20px;
left: 0;
top: 40px;
right: 0;
border-radius: 5px;
top: 10px;
height: 60px;
text-align: center;
text-align: center;
z-index: 3;
z-index: 3;
height: 10
0px;
// height: 6
0px;
line-height: 10
0px;
// padding: 0 15
0px;
background: white
;
// line-height: 60px
;
.form-row {
.form-row {
margin: 30px 160px;
margin: 10px auto;
width: 80%;
border-radius: 5px;
background: white;
padding: 20px 40px 0 40px;
}
}
// color: white;
// color: white;
// .count {
// .count {
...
@@ -322,11 +325,11 @@ export default {
...
@@ -322,11 +325,11 @@ export default {
// }
// }
}
}
.menu {
.menu {
position: absolute;
position: absolute;
width: 240px;
width: 240px;
height: 700px;
height: 700px;
background: white;
background: white;
border-radius: 5px;
border-radius: 5px;
bottom: 15px;
bottom: 15px;
left: 20px;
left: 20px;
z-index: 4;
z-index: 4;
...
...
pages/demo/lid/formRow.vue
View file @
abbc0ce0
<
template
>
<
template
>
<div
class=
"mane-b
"
>
<div
class=
"form-row
"
>
<Form
ref=
"formInline"
:model=
"formInline"
class=
"form-row"
>
<Form
ref=
"formInline"
:model=
"formInline"
>
<Row
:gutter=
"16"
>
<Row
:gutter=
"16"
>
<Col
span=
"4"
>
<Col
span=
"4"
>
<FormItem
prop=
"name"
>
<FormItem
prop=
"name"
>
...
...
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