Merge pull request 'dev' (#397) from dev into master

Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/397
This commit is contained in:
2024-12-07 13:44:23 +00:00
2 changed files with 12 additions and 1 deletions

View File

@@ -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

View File

@@ -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;