Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
mmc-stl-vue2
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Administrator
mmc-stl-vue2
Commits
9b0d6ea1
提交
9b0d6ea1
authored
4月 28, 2025
作者:
温凯
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
style: 调整鹰巢按钮位置和样式以提升用户体验
上级
525694b3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
13 行增加
和
10 行删除
+13
-10
index.vue
.../components/controlPanel/components/controlLeft/index.vue
+4
-3
index.vue
...ControlCenter/components/hangar/components/list/index.vue
+2
-2
index.vue
...r/components/uavApplications/components/uavList/index.vue
+7
-5
没有找到文件。
src/components/MMCFlightControlCenter/components/hangar/components/controlPanel/components/controlLeft/index.vue
浏览文件 @
9b0d6ea1
...
...
@@ -8,11 +8,12 @@
<!-- 展示视频 -->
<div
class=
"left-video"
:class=
"
{collapse: playerCollapse}" v-if="hangar
&&
showPanel
&&
listCollapse">
<div
class=
"collapse-btn"
@
click=
"playerCollapse = !playerCollapse"
>
<img
src=
"./assets/images/collapse.svg"
/>
<img
s
tyle=
"width:23px"
s
rc=
"./assets/images/collapse.svg"
/>
</div>
<div
class=
"left-video-header"
>
<div
class=
"left-video-header__title"
@
click=
"openList"
>
机库列表
</div>
<!-- @click="openList" -->
<div
class=
"left-video-header__title"
>
视频列表
</div>
<div
class=
"nest-name"
>
<span
class=
"nest-name__text"
>
{{
hangar
.
name
}}
</span>
<span
class=
"nest-name__text"
>
{{
hangar
.
name
}}
</span>
...
...
@@ -189,7 +190,7 @@ export default {
.collapse-btn
{
position
:
absolute
;
cursor
:
pointer
;
right
:
-
35
px
;
right
:
-
22
px
;
top
:
50%
;
transform
:
translate
(
0
,
-50%
);
z-index
:
99
;
...
...
src/components/MMCFlightControlCenter/components/hangar/components/list/index.vue
浏览文件 @
9b0d6ea1
...
...
@@ -35,8 +35,8 @@
<div
class=
"hangar-list_btn"
@
click=
"listCollapse = !listCollapse;"
v-if=
"!hangar || (hangar && !listCollapse)"
>
<!-- v-if="!hangar || (hangar && !listCollapse)" -->
<img
style
src=
"./assets/images/collapse.svg"
/>
</div>
</div>
...
...
@@ -156,7 +156,7 @@ export default {
position
:
absolute
;
cursor
:
pointer
;
right
:
-35px
;
top
:
50
%
;
top
:
23
%
;
transform
:
translate
(
0
,
-50%
);
z-index
:
99
;
...
...
src/components/MMCFlightControlCenter/components/uavApplications/components/uavList/index.vue
浏览文件 @
9b0d6ea1
...
...
@@ -20,14 +20,16 @@
style=
"color: rgba(123, 181, 213, 1)"
></i>
</el-input>
<el-button
class=
"uav-search__btn"
@
click=
"onUavSearch"
v-hover
>
搜索
</el-button>
<el-button
class=
"uav-search__btn"
@
click=
"onUavSearch"
v-hover
>
搜索
</el-button
>
</div>
<List
class=
"uav-list-main"
:containerStyle=
"
{
width: '400PX',
height: '275px',
}"
width: '400PX',
height: '275px',
}"
:list="uavList"
@refresh="initList"
/>
...
...
@@ -135,7 +137,7 @@ export default {
position
:
absolute
;
cursor
:
pointer
;
right
:
-35px
;
top
:
50
%
;
top
:
23
%
;
transform
:
translate
(
0
,
-50%
);
z-index
:
99
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论