Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
卡
卡车调度系统
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
caicaicai
卡车调度系统
Commits
bc4f5fef
Commit
bc4f5fef
authored
Sep 23, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e2f3a535
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
index.vue
src/views/regionalManagement/regionalPathMap/index.vue
+5
-5
No files found.
src/views/regionalManagement/regionalPathMap/index.vue
View file @
bc4f5fef
...
@@ -44,8 +44,8 @@
...
@@ -44,8 +44,8 @@
<div
class=
"connectPointView"
>
<div
class=
"connectPointView"
>
<div
class=
"connectPointView_son1"
>
<div
class=
"connectPointView_son1"
>
<el-checkbox-group
v-model=
"selectConnectPointArray"
>
<el-checkbox-group
v-model=
"selectConnectPointArray"
>
<el-checkbox
v-for=
"(item,index) in controlPointData"
:label=
"item.end"
:key=
"index"
style=
"margin-bottom:10px;"
>
<el-checkbox
v-for=
"(item,index) in controlPointData"
:label=
"item.end"
:key=
"index"
style=
"margin-bottom:10px;
display: block;
"
>
<div
style=
"font-size: 1
5
px;"
>
<div
style=
"font-size: 1
4
px;"
>
{{
item
.
end
}}
{{
item
.
end
}}
</div>
</div>
</el-checkbox>
</el-checkbox>
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
</div>
</div>
<div
class=
"connectPointView_son2"
>
<div
class=
"connectPointView_son2"
>
<div
v-for=
"(item,index) in controlPointData"
:key=
"index"
>
<div
v-for=
"(item,index) in controlPointData"
:key=
"index"
>
<input
type=
"number"
style=
"width:3vw;margin-bottom:4.
2
px;"
min=
"0"
v-model=
"item.weight"
>
分钟
<input
type=
"number"
style=
"width:3vw;margin-bottom:4.
5
px;"
min=
"0"
v-model=
"item.weight"
>
分钟
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -556,10 +556,10 @@ export default {
...
@@ -556,10 +556,10 @@ export default {
overflow-y
:
scroll
;
overflow-y
:
scroll
;
}
}
.connectPointView_son1
{
.connectPointView_son1
{
width
:
49
%
;
width
:
64
%
;
}
}
.connectPointView_son2
{
.connectPointView_son2
{
width
:
49
%
;
width
:
35
%
;
}
}
.checkboxViews
{
.checkboxViews
{
padding-left
:
10px
;
padding-left
:
10px
;
...
...
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