From 3ec8d3625e6fb7614e2ec4bb02ed99a3cdf4cdb7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 12 Feb 2026 11:28:47 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web
---
applications/drone-command/src/styles/common/cockpit.scss | 60 +++++++++++++++++++++++++++++++++++++++++++++++-------------
1 files changed, 47 insertions(+), 13 deletions(-)
diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index a5f6843..93fe58b 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -98,19 +98,27 @@
color: #ffffff;
}
- .el-checkbox__input.is-checked .el-checkbox__inner {
- background-color: #023aff !important;
- border-color: #023aff !important;
- }
+ .el-checkbox__input {
+ .el-checkbox__inner {
+ width: 16px;
+ height: 16px;
+ background: transparent !important;
+ border-radius: 2px 2px 2px 2px;
+ border: 2px solid #A1A3D4 !important;
+ box-shadow: none;
+ box-sizing: border-box;
+ }
- .el-checkbox__inner {
- width: 16px;
- height: 16px;
- background: transparent !important;
- border-radius: 2px 2px 2px 2px;
- border: 2px solid #A1A3D4 !important;
- box-shadow: none;
- box-sizing: border-box;
+ &.is-checked {
+ .el-checkbox__inner {
+ border: none !important;
+ background: url("@/assets/images/common/checkbox.png") no-repeat center / 100% 100% !important;
+
+ &::after {
+ content: none !important;
+ }
+ }
+ }
}
}
@@ -1243,6 +1251,10 @@
}
}
+.placeholder-ele {
+ padding: 12px;
+}
+
.command-page-view-dialog {
margin: 0;
padding: 20px;
@@ -1308,7 +1320,7 @@
align-items: center;
.label {
- width: 88px;
+ min-width: 88px;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 500;
font-size: 14px;
@@ -1433,6 +1445,10 @@
background: #2E2E48 !important;
border: none;
box-shadow: none;
+
+ &.is-disabled {
+ color: #a8abb2;
+ }
}
.command-date-picker {
@@ -1623,7 +1639,13 @@
color: #D4D5D7;
}
+ .el-message-box__container {
+ display: flex;
+ justify-content: center;
+ }
+
.el-message-box__btns {
+ padding-top: 30px;
display: flex;
justify-content: center;
@@ -1799,6 +1821,17 @@
overflow-y: auto;
+ .detail-title {
+ margin-bottom: 20px;
+ font-family: Source Han Sans CN, Source Han Sans CN;
+ font-weight: 500;
+ font-size: 16px;
+ color: #FFFFFF;
+ text-align: left;
+ font-style: normal;
+ text-transform: none;
+ }
+
.el-row {
.el-col {
margin-bottom: 0;
@@ -1965,6 +1998,7 @@
}
.footer {
+ margin-top: 20px;
width: 100%;
display: flex;
align-items: center;
--
Gitblit v1.9.3