Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
mmc-stl-vue2
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Administrator
mmc-stl-vue2
Commits
e724c9a7
提交
e724c9a7
authored
8月 23, 2024
作者:
王梅颖
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix:选中效果及无人机型号
上级
99d1ac41
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
19 行增加
和
10 行删除
+19
-10
index.vue
...components/controlPanel/components/controlRight/index.vue
+11
-6
index.vue
...ponents/uavList/components/list/components/item/index.vue
+8
-4
没有找到文件。
src/components/MMCFlightControlCenter/components/uavApplications/components/controlPanel/components/controlRight/index.vue
浏览文件 @
e724c9a7
...
...
@@ -7,7 +7,7 @@
:class=
"showHealth ? 'active' : ''"
@
click=
"onSwitchShow('showHealth')"
>
<img
src=
"./assets/images/health.svg"
/>
<img
:class=
"
{active:showHealth}"
src="./assets/images/health.svg" />
<span
class=
""
>
健康管理
</span>
</div>
<!-- 机库信息 -->
...
...
@@ -17,7 +17,7 @@
:class=
"showMount ? 'active' : ''"
@
click=
"onSwitchShow('showMount')"
>
<img
src=
"./assets/images/mount.svg"
/>
<img
:class=
"
{active:showMount}"
src="./assets/images/mount.svg" />
<span
class=
""
>
挂载
</span>
</div>
<div
...
...
@@ -25,7 +25,7 @@
:class=
"showControlList ? 'active' : ''"
@
click=
"onSwitchShow('showControlList')"
>
<img
src=
"./assets/images/uav.svg"
/>
<img
:class=
"
{active:showControlList}"
src="./assets/images/uav.svg" />
<span
class=
""
>
无人机
</span>
</div>
<div
...
...
@@ -34,7 +34,7 @@
:class=
"showAlarmLamp ? 'active' : ''"
@
click=
"onSwitchShow('showAlarmLamp')"
>
<img
src=
"./assets/images/lamp.svg"
/>
<img
:class=
"
{active:showAlarmLamp}"
src="./assets/images/lamp.svg" />
<span
class=
""
>
警灯
</span>
</div>
<div
...
...
@@ -42,7 +42,7 @@
:class=
"showViewLib ? 'active' : ''"
@
click=
"onSwitchShow('showViewLib')"
>
<img
src=
"./assets/images/files.svg"
/>
<img
:class=
"
{active:showViewLib}"
src="./assets/images/files.svg" />
<span
class=
""
>
视图库
</span>
</div>
<ViewLib
v-if=
"showViewLib"
></ViewLib>
...
...
@@ -55,7 +55,7 @@
:isHangar=
"isHangar"
></ControlList>
<Health
v-if=
"showHealth"
@
exit=
"showHealth = false"
></Health>
<Mount
:show=
"showMount"
></Mount>
<Mount
v-if=
"showMount"
:show=
"showMount"
></Mount>
<!-- 喊话器 -->
<MMCGimbalP1
class=
"PagerP1"
...
...
@@ -180,6 +180,11 @@ export default {
&
.active
{
border
:
1px
solid
#3C3C3C
;
color
:
#3388ff
;
}
.active
{
filter
:
drop-shadow
(
#3388ff
100px
0
);
transform
:
translateX
(
-100px
);
}
}
}
...
...
src/components/MMCFlightControlCenter/components/uavApplications/components/uavList/components/list/components/item/index.vue
浏览文件 @
e724c9a7
...
...
@@ -66,8 +66,9 @@
</
template
>
-->
<
template
>
<div
class=
"uav_version status-icon cp"
>
<img
src=
"./assets/images/I.svg"
/>
<img
src=
"./assets/images/I.svg"
/>
<!--
<img
src=
"./assets/images/I.svg"
/>
<img
src=
"./assets/images/I.svg"
/>
-->
{{
device
.
modelName
}}
</div>
</
template
>
</div>
...
...
@@ -515,13 +516,16 @@ export default {
}
.uav_version
{
margin-top
:
1px
;
width
:
14px
;
height
:
12px
;
//
width
:
14px
;
//
height
:
12px
;
background
:
rgba
(
255
,
255
,
255
,
0.4
);
border-radius
:
2px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
padding
:
4px
;
color
:
#fff
;
font-size
:
8px
;
}
.symbol-icon-box
{
display
:
flex
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论