Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
mmc-stl-vue2
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Administrator
mmc-stl-vue2
Commits
7d188565
提交
7d188565
authored
12月 27, 2024
作者:
温凯
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix:任务库交互更改
上级
49d69e55
隐藏空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
15 行增加
和
15 行删除
+15
-15
index.vue
...ist/components/normalTask/components/airwayEdit/index.vue
+2
-2
index.vue
...eft/components/airwayList/components/normalTask/index.vue
+2
-1
index.vue
...ayList/components/periodTask/components/taskAdd/index.vue
+1
-1
index.vue
...wayList/components/timedTask/components/taskAdd/index.vue
+1
-1
index.vue
...el/components/controlLeft/components/airwayList/index.vue
+1
-1
index.vue
...anel/components/controlLeft/components/taskList/index.vue
+1
-1
index.vue
...eft/components/airwayList/components/airwayEdit/index.vue
+2
-3
index.vue
...el/components/controlLeft/components/airwayList/index.vue
+1
-1
index.vue
...lLeft/components/taskList/components/airwayEdit/index.vue
+2
-3
index.vue
...anel/components/controlLeft/components/taskList/index.vue
+1
-1
index.vue
.../components/controlPanel/components/controlLeft/index.vue
+1
-0
没有找到文件。
src/components/MMCFlightControlCenter/components/hangar/components/controlPanel/components/controlLeft/components/airwayList/components/normalTask/components/airwayEdit/index.vue
浏览文件 @
7d188565
...
...
@@ -606,8 +606,8 @@ export default {
<
style
lang=
"scss"
scoped
>
.airway-edit
{
position
:
absolute
;
top
:
-5
0px
;
width
:
450
px
;
top
:
0px
;
width
:
351
px
;
z-index
:
2
;
.dialog-content
{
...
...
src/components/MMCFlightControlCenter/components/hangar/components/controlPanel/components/controlLeft/components/airwayList/components/normalTask/index.vue
浏览文件 @
7d188565
...
...
@@ -143,6 +143,7 @@ export default {
}
},
beforeDestroy
()
{
this
.
showAirwayEdit
=
false
;
this
.
bus
.
$off
(
"startTask"
,
this
.
onStartTask
);
this
.
clearAirwayEntities
();
},
...
...
@@ -223,7 +224,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.taskListBox
{
height
:
100%
;
width
:
416px
;
width
:
100%
;
background
:
#222222
;
border-radius
:
12px
;
transition
:
0.3s
;
...
...
src/components/MMCFlightControlCenter/components/hangar/components/controlPanel/components/controlLeft/components/airwayList/components/periodTask/components/taskAdd/index.vue
浏览文件 @
7d188565
...
...
@@ -193,7 +193,7 @@ export default {
background
:
rgba
(
9
,
32
,
87
,
0.7
);
//
border
:
1px
solid
#70daf9
;
position
:
absolute
;
top
:
-5
px
;
top
:
50
px
;
left
:
550px
;
width
:
512
x
;
z-index
:
1
;
...
...
src/components/MMCFlightControlCenter/components/hangar/components/controlPanel/components/controlLeft/components/airwayList/components/timedTask/components/taskAdd/index.vue
浏览文件 @
7d188565
...
...
@@ -176,7 +176,7 @@ export default {
.task-add
{
height
:
250px
;
position
:
absolute
;
top
:
-5
px
;
top
:
50
px
;
left
:
550px
;
width
:
520px
;
z-index
:
1
;
...
...
src/components/MMCFlightControlCenter/components/hangar/components/controlPanel/components/controlLeft/components/airwayList/index.vue
浏览文件 @
7d188565
...
...
@@ -63,7 +63,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.task-list
{
width
:
416
px
;
width
:
350
px
;
height
:
254px
;
background
:
#222222
;
border-radius
:
10px
10px
0
0
;
...
...
src/components/MMCFlightControlCenter/components/hangar/components/controlPanel/components/controlLeft/components/taskList/index.vue
浏览文件 @
7d188565
...
...
@@ -63,7 +63,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.task-list
{
width
:
416
px
;
width
:
350
px
;
height
:
254px
;
background
:
#222222
;
border-radius
:
10px
10px
0
0
;
...
...
src/components/MMCFlightControlCenter/components/uavApplications/components/controlPanel/components/controlLeft/components/airwayList/components/airwayEdit/index.vue
浏览文件 @
7d188565
...
...
@@ -629,9 +629,8 @@ export default {
<
style
lang=
"scss"
scoped
>
.airway-edit
{
position
:
absolute
;
top
:
-50px
;
width
:
450px
;
top
:
0px
;
width
:
352px
;
.dialog-content
{
display
:
flex
;
flex-direction
:
column
;
...
...
src/components/MMCFlightControlCenter/components/uavApplications/components/controlPanel/components/controlLeft/components/airwayList/index.vue
浏览文件 @
7d188565
...
...
@@ -210,7 +210,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.taskListBox
{
height
:
200px
;
width
:
416
px
;
width
:
350
px
;
background
:
#222222
;
border-radius
:
12px
;
transition
:
0.3s
;
...
...
src/components/MMCFlightControlCenter/components/uavApplications/components/controlPanel/components/controlLeft/components/taskList/components/airwayEdit/index.vue
浏览文件 @
7d188565
...
...
@@ -543,9 +543,8 @@ export default {
<
style
lang=
"scss"
scoped
>
.airway-edit
{
position
:
absolute
;
top
:
-50px
;
width
:
450px
;
top
:
0px
;
width
:
352px
;
.dialog-content
{
display
:
flex
;
flex-direction
:
column
;
...
...
src/components/MMCFlightControlCenter/components/uavApplications/components/controlPanel/components/controlLeft/components/taskList/index.vue
浏览文件 @
7d188565
...
...
@@ -234,7 +234,7 @@ export default {
<
style
lang=
"scss"
scoped
>
.taskListBox
{
min-height
:
254px
;
width
:
416
px
;
width
:
350
px
;
background
:
#222222
;
border-radius
:
12px
;
transition
:
0.3s
;
...
...
src/components/MMCFlightControlCenter/components/uavApplications/components/controlPanel/components/controlLeft/index.vue
浏览文件 @
7d188565
...
...
@@ -139,6 +139,7 @@ export default {
height
:
48px
;
background
:
#ffffff
;
border-radius
:
2px
;
top
:
-29px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论