diff --git a/.drone.yml b/.drone.yml index 17c406f..cf7afba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,7 +69,7 @@ steps: # 将deployment中定义的变量替换为drone中的内置变量 - cat deployment.yml # 通过kubectl指令运行deployment.yml,并指定授权文件kubectl_conf.yml - - kubectl apply -f deployment.yml -n pro --kubeconfig=/app/config/tunnel-cloud-config.yml + - kubectl --insecure-skip-tls-verify=true apply -f deployment.yml -n pro --kubeconfig=/app/config/tunnel-cloud-new.yaml volumes: - name: build diff --git a/src/views/device-manage/index.vue b/src/views/device-manage/index.vue index 3e20f2a..cb7448b 100644 --- a/src/views/device-manage/index.vue +++ b/src/views/device-manage/index.vue @@ -543,6 +543,17 @@ getList() .el-input{ width: 570px!important; } + .el-select__suffix{ + .el-icon{ + width: 3em!important; + height: 3em!important; + color: #fff!important; + svg{ + width: 3em!important; + height: 3em!important; + } + } + } .el-input__suffix-inner{ .el-icon{ width: 3em!important;