From a4d873761dd03a74950d05f204171255509bd5fb Mon Sep 17 00:00:00 2001 From: zhibing.pu <393733352@qq.com> Date: 星期一, 17 六月 2024 16:03:35 +0800 Subject: [PATCH] 修改 bug --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoach/TCoach_add.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoach/TCoach_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoach/TCoach_add.html index 4d1b2c2..fcbc477 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoach/TCoach_add.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tCoach/TCoach_add.html @@ -66,9 +66,11 @@ <div class="form-group" > <label class="col-sm-3 control-label">*所属账号:</label> <div class="col-sm-9"> - <select style="width: 300px" class="form-control" id="account" name="account"> + <select style="width: 300px;display: inline" class="form-control" id="account" name="account"> <option value="" style="color: #676A6C" disabled selected>请选择所属账号</option> </select> + + <input type="checkbox" id="platform_account" value="0">平台 </div> </div> @} -- Gitblit v1.7.1