吉安感知网项目-前端
张含笑
2026-01-31 40d264bd0cf00505bfc54a3a8633bd32cf4280b6
Merge remote-tracking branch 'origin/master'
2 files modified
35 ■■■■ changed files
applications/drone-command/env/.env.development 12 ●●●●● patch | view | raw | blame | history
applications/drone-command/src/styles/common/cockpit.scss 23 ●●●● patch | view | raw | blame | history
applications/drone-command/env/.env.development
@@ -1,3 +1,13 @@
###
 # @Author       : yuan
 # @Date         : 2026-01-31 14:34:31
 # @LastEditors  : yuan
 # @LastEditTime : 2026-01-31 14:49:37
 # @FilePath     : \applications\drone-command\env\.env.development
 # @Description  :
 # Copyright 2026 OBKoro1, All Rights Reserved.
 # 2026-01-31 14:34:31
###
NODE_ENV='development'
#开发环境配置
@@ -6,7 +16,7 @@
#开发环境代理地址(推荐本地新建文件 .env.development.local 来进行覆盖)
# VITE_APP_URL=https://wrj.shuixiongit.com/api
VITE_APP_URL=http://192.168.1.168
VITE_APP_URL=http://192.168.1.204
#新大屏地址
VITE_APP_DASHBOARD_URL='https://wrj.shuixiongit.com/command-center-dashboard/'
applications/drone-command/src/styles/common/cockpit.scss
@@ -98,14 +98,27 @@
        color: #ffffff;
    }
    .el-checkbox__input.is-checked .el-checkbox__inner {
        background-color: #023aff;
        border-color: #023aff;
    .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;
    }
        &.is-checked {
    .el-checkbox__inner {
        background-color: transparent;
        border-color: #a1a3d4;
                border: none !important;
                background: url("@/assets/images/common/checkbox.png") no-repeat center / 100% 100% !important;
                &::after {
                    content: none !important;
                }
            }
        }
    }
}