Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.html #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ <h1 class="mt-3 mb-5 text-center">导师评价信息</h1>
<div class="col col-4">
<div class="input-group mb-3">
<div class="input-group-prepend">
<label class="input-group-text" for="schoolcateSelector">选择学校类别</label>
<label class="input-group-text" for="schoolcateSelector">二本类院校</label>
</div>
<select class="custom-select" id="schoolcateSelector">
<option selected>选择学校类别</option>
<option selected>二本类院校</option>
</select>
</div>
</div>
<div class="col col-4">
<div class="input-group mb-3">
<div class="input-group-prepend">
<label class="input-group-text" for="universitySelector">选择学校</label>
<label class="input-group-text" for="universitySelector">贵州师范大学</label>
</div>
<select class="custom-select" id="universitySelector">
<option selected>选择所在学校</option>
<option selected>贵州师范大学</option>
</select>
</div>
</div>
Expand All @@ -47,7 +47,7 @@ <h1 class="mt-3 mb-5 text-center">导师评价信息</h1>
<div class="col col-6">
<div class="input-group mb-3">
<div class="input-group-prepend">
<label class="input-group-text" for="supervisorSelector">选择导师</label>
<label class="input-group-text" for="supervisorSelector">教育学院/教育科学学院</label>
</div>
<select class="custom-select" id="supervisorSelector">
<option selected>选择姓名</option>
Expand Down Expand Up @@ -163,4 +163,4 @@ <h3 class="card-title">${currentSp}</h3>
</body>


</html>
</html>